BODY {
  COLOR: #000;
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 1.2em;

}

UL, LI, P, TD, TR {
  COLOR: #000;
  FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
  FONT-SIZE: 1em;
}

H1 {
  FONT-FAMILY: Helvetica,sans-serif;
  COLOR: #000;
  FONT-SIZE: 2em;
  FONT-WEIGHT: bold;
}

H2 {
  FONT-FAMILY: Helvetica,sans-serif;
  COLOR: #000;
  FONT-SIZE: 1.5em;
  FONT-WEIGHT: bold;
}


a:link, a:visited, a:active {
  color: #0F5475;
}
a:hover {
  COLOR: #FCDC43;
  BACKGROUND-COLOR: #004c75;
}

div#section {
   border: 1px #ccc dotted;
   text-size: 1em;
   width:  550px;
   margin: 20px auto;
		}

div#title {
   background-color: #DDD;
   text-size: 2em;
   width:  550px;
   margin: 40px auto;
                }

div#footer {
   background-color: #DDD;
   text-size: .5em;
   width:  550px;
   margin: 40px auto;
                }

