body { color: #000000;
background: transparent; 
font-family: Verdana, sans-serif;
font-size: 12px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}

H1, {
font-weight: bold;
font-family: Impact, Techno, sans-serif;
color: #000000;
background: transparent; 
text-align: center; }
/* large black, bold, align center */

H2, H3 {
font-family: Helvetica, Arial, sans-serif;
color: #000000;
background: transparent; 
text-align: center; }
/* med large black, bold, align center */

H4 {
font-family: Impact, Techno, sans-serif;
color: #000000;
background: transparent; }
/* med small black, align left*/

	.med {	font-size: 100%;
font-family: Arial, sans-serif; 
color: #000000; 
font-weight: bold;
background: transparent;}

	.large {	font-size: 150%;
font-family: Verdana, sans-serif;
color: #000000; 
background: transparent; }

.left {text-align:left;}
.right {text-align:right;}
.center {text-align:center;}

.clearboth {clear:both;}

.floatright200 { 
float: right;
width:200px;
margin-top:5px;
margin-right:10px;
margin-bottom:10px;  }

.box600 {width:600px;
    margin-left:auto;
    margin-right:auto; }

.box500 {width:500px;
    margin-left:auto;
    margin-right:auto; }

.border {border:1px solid #000000;}


UL 
{list-style-type: disc; 
font-size: 12px; 
font-weight: bold;
font-family: Verdana, sans-serif; }

* code for menu, footer and all other links is dk blue,*/
/* until mouse passes over or visited then Dk berry */

a:visited {color: #660033; 
  background: transparent;
  font: bold 12px sans-serif; }
a:link {color: #333399;
  background: transparent;
  font: bold 12px sans-serif; }
a:hover {color: #660033;
  background: transparent;
  font: bold 12px sans-serif; }
