body 
{ 
font-family: verdana;
background-color: LightBlue ;

}


a:link {color: red; font-weight: bold; text-decoration: underline;}
a:visited {color: #000080; font-weight: bold; text-decoration: underline;}
a:active {color: Blue; font-weight: bold;  text-decoration: underline;}
a:hover {color: Grey; font-weight: bold; text-decoration: underline;}

}

p {}
td {}

