

body	{ background-color: #FFFFFF; 
	  font-family: verdana, geneva, arial, sans-serif; 
	  color: #333333; font-size: 90%;}

a:link      { color: #006699; text-decoration: underline; }
a:visited   { color: #990033; text-decoration: underline; } 
a:active    { color: #000000; text-decoration: none; }
a:hover     { color: #000066; text-decoration: none; 
              background-color: #FFFF66; }
p	{font-size: 90%;}

h1          { font-size: 2em;    font-weight: bold; color: #006699;}
h2          { font-size: 1.5em;  font-weight: bold; color: #990033;}
h3          { font-size: 1em;    font-weight: bold; color: #990033;}
h4          { font-size: 1em;    font-weight: bold; color: #990033;}


ul          { list-style: square; font-size: 90%; font-weight: bold; color: #990033;}

.black      { background-color: #000000; color: #FFFFFF; font-size: 80%; }
.darkgray       { background-color: #CCCCCC; color: #000000; font-size: 80%; 
	      line-height: 150%; }
.lightgray   { background-color: #F3F3F3; color: #006699; font-size: 80%; }

.white      { background-color: #FFFFFF; color: #000000; font-size: 90%; }
.darkred   { background-color: #000066; color: #CCCCFF; font-size: 80%; }

hr	{ color: #006699; }

