BODY {
	COLOR: white;
	FONT-SIZE: 15px;
	LETTER-SPACING: 2px;
}

A {text-decoration: none;}

A:hover {COLOR: orange;}

.topmenu {color: #000000;
	 }
.topmenu:hover {color: #FF0000;}

.hilite {color: darkorange;
	   }

.text1 {font: 12px Verdana;
	 color: white;
	 font-weight: bold;
	 }

.int1 {font: 13px Arial;
	 color: #000040;}

.island {font: 10px Arial;
	   color: #FF8000;
	   font-weight: bold;}
.island:hover {color: red;}

.headers {font: 14px Verdana;
	   color: #000000;}
.headers:hover {color: #FF8000;
text-decoration: underline;}

.more {font: 10px Arial;
	   color: black;
	   font-weight: bold;}
.more:hover {color: #FF8000;}	    	

.menu {letter-spacing:1px;
	font-weight: bold;}
.menu:hover {color: #008080;
	       letter-spacing: 2px;}

.email {font: 13px Verdana;
	   color: #FF0000;}
.email:hover {color: #FF8000;}


.orange {color: #FF8000;
         letter-spacing: normal;}
.orange:hover {color: #FF0000;
               text-decoration: underline;}


.red {color: #FF0000;
	  font-family: arial;
	  letter-spacing: normal;}
.red:hover {color: #0080FF;
	        text-decoration: underline; }

.redbold { color: #FF0000;
		 font-family: arial;
		 font-weight: bold; 
	     letter-spacing: normal;}
.redbold:hover { color: #0080FF;
			   text-decoration: underline; }


.black { color: #000000;
		 font-weight: bold; 
	     letter-spacing: normal;}
.black:hover { color: #0080FF;
			   text-decoration: underline; }

.blue {color: #FF8000;
         letter-spacing: normal;}
.blue:hover {color: #0080FF;
               text-decoration: underline;}

