


body{width:100%;}


BODY {

	color: White;
}


A {
	text-decoration: none;
                  font-weight : bolder;
	color: 33FFFF ;
}

A:Hover {
                 	text-decoration: none;
                  color: purple;
}

a.menulink {
	color: 3333FF;
	text-decoration: none;
	font-size : 16px;
	font-weight : bold;
	font-family : "Arial";
}  
.menulink:hover{
	color: #FF3399;
	font-size : 16px;
}
a.marqueelink {
                       color: white;

                       
}

H1 {
	color: FFFFFF;
	font-size : 25px;
	font-family : Impact;
}

H2 {
	color: white;
	font-size : 20px;
	font-family : Impact;
}