html {
margin:0;
padding:0;
}

body {
background-color : white; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
}

p,ul,li,td,tr,th {
font-size : 11px;
margin-left : 10px; 
color : black; 
}

h1 {
font-size : 100%; 
color : black; 
text-align: center;
}

h2 {
font-size : 100%; 
color : black; 
}

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