/*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 }


