html,body {
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
background: #ffdd88;
}

p,ul,li,td {
font-size : 100%; 
font-family : Verdana, Arial, Helvetica, Geneva, sans-serif; 
color : black; 
}

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 : navy;
text-align: center;
}

.bf {
font-weight: bold;
}

.red {
color : red;
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: navy; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}
