body{
	background: Green;
}
h1 {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size : large;
	color : #E6E6FA;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #B0C4DE;
	font-size : x-small;
	text-align : justify;
}
p.middle {
	text-align: center;
}
p.heading {  font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size : large;
	text-align: center;
	color : #E6E6FA;}
p.mid{
	text-align: center;
	font-size : xx-small;
	color: #FAEBD7; 
}
b { color: #FAEBD7; }
a {
	color: #B0C4DE;
	text-align : center;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}
a:hover {
	color: #FF8C00;
	background-color : #EEE8AA;
}
hr {
	border-style: ridge;
	color : #E6E6FA;
}