body, p, h1, h2, h3, h4, h5, h6, ul, dl, ol, li, td, th, tt {
  text-align: left;
  font-size: 12px;
  font-family: sans-serif;
  color: navy;
  background-color:#ffffee;
}

h1, h2, th {color: navy;}
h3 {color:brown;}

h1 {font-size:30px; text-align: center;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}

td li { list-style-type: square; font-size:11px; color: #006699;}
td p { font-size:11px; color:#006699; background-color: #eeeeee;}

li a:link, li a:visited { font-size:11px; color: #006699; text-decoration: none; }
li a:hover { font-size:11px; color: #006699; text-decoration: underline; }

a:link, a:visited { font-size:12px; color: #006699; text-decoration: none; }
a:hover { font-size:12px; color: #006699; text-decoration: underline; }

