body  { background-color: white; color: black; font-family: arial; }
h1, h3 {text-align:center;}
p       {font-weight: bold; }
a:hover {background: rgb(255, 153, 0);}
a:link  {color: rgb(0, 0, 255);}
a:visited {color: rgb(0, 102, 51);}

.box1 { 
	float: right;
	width: 365px;
	text-align: center;
	background-color: rgb(255, 255, 255);} 
	
.box2 { 
	padding: .4em;
	text-align: center; 
	font-size: 3em; 
	background-color: rgb(0, 102, 51); 
	color: rgb(255, 255, 255);}

.box3 { 
	height: 2.5em;
	padding: 10px;
	border: double medium rgb(0, 102, 51);
	margin-top: .5em;
	text-align: center;
	font-family: arial; 
	font-size: 0.8em;} 

.box4 {
	margin-top: .5em; 
	text-align:center;}

.imagelnk   {color: white;}
.lists        {font-size: 0.8em;}
.norm      {font-size: 0.3em;}
.leading  {line-height: 1.5em;}
.slogan   {font-size: 0.8em; font-style: oblique; color: rgb(0,102,51);}
.top          {vertical-align: top; font-weight: bold;}
.tdbold    {font-weight: bold; padding: .5em;}
.tdcenter {padding-top: 1em; text-align: center;}
.tdpad     {padding: .5em; }

.green { 
	width: 14em;
	height: 2.4em;
	margin-top: .6em;
	padding-top: .6em;
	text-align: center; 
	font-size: 1.2em; 
	background-color: rgb(0, 102, 51); 
	color: rgb(255, 255, 255);}
.yellow { 
	width: 14em;
	height: 2.4em;
	margin-top: .6em;
	padding-top: .6em;
	text-align: center; 
	font-size: 1.2em; 
	background-color: rgb(255, 153, 0); 
	color: rgb(0, 0, 0);}
.black { 
	width: 14em;
	height: 2.4em;
	margin-top: .6em;
	padding-top: .6em;
	text-align: center; 
	font-size: 1.2em; 
	background-color: rgb(0, 0, 0); 
	color: rgb(255, 255, 255);}


