body {
	background-color : White;
	font-family: Arial;
	font-size: 12;
	color: #000022;
	margin-top:0;
	margin-left: 0;
}
h1{
	color: Maroon;
	font-family : "Comic Sans MS";
	font-size : 15;
}
h2{
	font-size:14;
	font-weight: bolder;
}
h3{
	font-size: 10;
	color: black;
}
p{
	font-family : Arial;
	color: #000022;
	font-size:12;
}
a:link{
	color: Blue;
}
a:visited{
	color:Blue;
}
a:active{
	color:Blue;
}
a:hover{
	color:Red;
	text-decoration: none;
}
