background
{
color: black;
}

h1
{
font-size: large ;
color: blue;


}
h2 {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}


body
{
font-family: arial, helvetica, verdana;
color: white;
font-size: 90%;
background-color: Black;
}

h2
{

text-decoration: underline; 
color: white;
font-size: medium;
}

A:link {font-size: 90%; color: #3399FF; text-decoration : none;}
A:visited {font-size: 90%; color: white; text-decoration : none;}
A:act {font-size: x-small; color: white; text-decoration : none; }
A:hover {font-size: 90%; color: #FFFFFF; text-decoration : underline; background: blue;}
