
H1 {color:"green";}

body {font-family:Sans-serif}  
table {font-family:Sans-serif}  

a:link {color:"blue";}       /* unvisited link */
a:visited {color:"grey";}    /* visited link */
a:hover {color:"green";}     /* mouse over link */
a:active {color:"green";}    /* selected link */

#header
{
text-align:left;
color:"black";
background-color:#E4DEE3;
} 

.style20
{
    font-size: xx-small;
}