html {
margin:0;
padding:0;
}

body {
background-color : white; 
font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif; 
}

p,ul,li,td {
font-size : 100% 
color : black; 
}

h1 {
font-size : 200%; 
color : navy; 
text-align: center;
}

h2 {
font-size : 150%; 
color : red; 
padding-left:15px;
}

a:link {color: blue; text-decoration:underline;}
a:visited {color: purple; text-decoration:underline;}
a:hover {color:red; text-decoration:none;}
