@charset "iso-8859-1";
P { font:  medium times }
H1 { font:  bold xx-large times }
H2 { font:  bold x-large times }
H3 { font:  bold large times }

P { color: #CC99FF }
H1 { color: #CC99FF }
H2 { color: #CC99FF }
H3 { color: #CC99FF }
body  {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; 
	background-color: black; 
	background-image: url(../pics/bg.gif);
	margin: 0px;
	}
 a:link { 
	color: #CC99FF; 
	} 
 a:visited { 
	color: #CC99FF; 
	}
 a:hover { 
	color: #0fffff;
	/* border-bottom: none; required for tipBox style effect do not remove */ 
	}