html,body
{
background-color : ffff00; 
}

p,ul,li,td {
font-size : 100%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black ; 
background-color : yellow; 
}

h1 {
font-size : 200%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
color : navy; 
text-align: center;
}

h2 {
font-size : 150%; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : red; 
padding-left:15px;
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: green; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}


