.right{
	text-align: right;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
body{
	background-image: url(./images/bg.gif);
	background-color: white;
	font-size: medium;
	color: black;
	margin-left:40px;
 	margin-right:40px;
}
h1{
	font-size: xx-large;
	color: rgb(51,0,204);
	background-color: white;
	font-weight: bold;
}
h2{
	font-size: x-large;
	color: rgb(153,102,51);
	background-color: white;
	font-weight: bolder;
}
h3{
	font-size: large;
	color: rgb(102,153,0);
	background-color: white;
	font-weight: bold;
}
h4{
	font-size: large;
	color: rgb(0,204,51);
	background-color: white;
	font-weight: bold;
}
p{
	font-size: medium;
	color: rgb(0,25,25);
	background-color: white;
}
h5{
	font-size: small;
	color: rgb(204,255,204);
	background-color: white;
}
img {
	border: none;
}
