BODY {
		font-family: comic sans ms;
		font-size: smaller;
		color: Black;
		margin-top: 1;
		margin-left: 0;
		margin-right: 0;
}

A:LINK{
	text-decoration : none;
	color : blue ;
	  }

A:VISITED{
	text-decoration : none;
	color : red;
	     }

A:HOVER{
	Color : #990033;
	text-decoration : none;
	   }
	   
H1 {
		font-family: Tempus Sans ITC;
		color: RoyalBlue;
}

H3 {
		font-family: Tempus Sans ITC;
		color: Fuchsia;
}

H2 {
		font-family: Tempus Sans ITC;
		color: Red;
}

H4 {
		font-family: Tempus Sans ITC;
		color: #FF0000;
}

P {
		font-family: comic sans ms;
		font-size: small;
		color: #000000;
}

DIV {
		font-size: large;
		font-family: Tempus Sans ITC;
}

