/*This is the core style sheet of the site.*/
body {margin: 0;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #77FFFF;
background-image: url(images/backgrnd.gif); }

h2 { text-align: center;
font-size: 1.4em;
color: #000077; }

UL         { list-style: outside }
UL.compact { list-style: inside }

table { border-width: 1px;
border-spacing: 1px;
margin: 0px;
border-style: outset;
border-color: #99FFCC;
}

TD { border-width: 1px;
border-spacing: 1px;
margin: 1px;
border-style: inset;
border-color: #99FFCC }
