body, html {
margin:0;
padding:0;
}


UL.menu {
padding-left:18;
}
   
h2 {
padding:0;
margin:0;
font-size:14;
text-decoration:underline;
font-family: Comic Sans Ms, Geneva, Arial, Helvetica, sans-serif;
}

a.menu {
color: #000000;
font-size:13;
text-decoration:none;
font-weight:600;
}
  
a.menu:hover {
color: #000000;
font-size:13;
text-decoration:underline;
font-weight:600;
}

a.menu-green {
color: red;
font-size:13;
text-decoration:none;
font-weight:600;
}
  
a.menu-green:hover {
color: red;
font-size:13;
text-decoration:underline;
font-weight:600;
}

a {
color: #000000;
font-size:13;
text-decoration:none;
font-weight:600;
}
  
a:hover {
color: #000000;
font-size:13;
text-decoration:underline;
font-weight:600;
}

h1 {
padding:0;
margin:0;
font-size:18;
font-family: Comic Sans Ms, Geneva, Arial, Helvetica, sans-serif;
}

P {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size:13;
   }