P  {
	font-size : 14px;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : White;
	line-height : 160%;
}

H1  {
	color : Red;
	font-size : 24px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	letter-spacing : 20px;
}

H2  {
	color : 99FFFF;	
	font-size : 18px;
	font-family : verdana;
	font-weight : bold;	
	font-style : normal;
	letter-spacing : 2px;
}

H3  {
	color : Yellow;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	font-size : 14px;
}

A  {
	color : 99FFFF;
	font-size : 14px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	line-height : 160%;
	text-decoration : none;
}

A:Visited  {
	color : 99FFFF;
	font-size : 14px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	line-height : 160%;	
	text-decoration : none;
}

A:Active  {
	color : red;
	font-size : 14px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	line-height : 160%;	
	text-decoration : none;
}

A:Hover  {
	color : Aqua;	
	font-size : 14px;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	line-height : 160%;	
	text-decoration : underline;
}

BODY  {
	background-image : url(Background3.GIF);
	Background-repeat : repeat;
	background-attachment : fixed;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : White;
	font-size : 14px;
}

