BODY { 
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 15px;
   color: black;
   background: #cceeff; 
   margin: 0;
}

P  {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 15px;
   color : black;
   margin : .5em;
}

h1, h2, h3, h4 {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   margin: .2em;
}

h1 {
   font-size : 24px;
}

h2 {
   font-size : 22px;
}

h3 {
   font-size : 18px;
}

td { text-align: left; }
td.center{ text-align: center; }
td.right { text-align: right; }

a:visited {
   font-weight : bold;
   text-decoration : underline;
   color : purple;
}

a:link {
   font-weight : bold;
   text-decoration : underline;
   color : blue;
}

a:active {
   text-decoration : none;
}

a:hover {
   font-weight : bold;
   text-decoration : underline;
   color : green;
}

.finePrint {
   font-size : 75%;
}

.title {
   font-weight : bold;
   font-size : 22px;
   margin: .1em;
   text-align : center;
}

