/* Style Sheet */

BODY	{background: #FFFFFF; margin-top: 0; }

H1		{
	font-weight: bold;
	text-align:center;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
}
H4		{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#000000;
}
CITE	{font-family: Arial, Helvetica, sans-serif; 
		 
			 color: Black; ;}

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

A:Hover {
	text-decoration: underline;
	color: blue;
}





		 
