A:link {/*links in the menus*/
	text-decoration: none;
	color: #003300;
}/*normal links in the text*/
A:visited {
  color: #003300; 
  text-decoration: none;}
A:hover { 
  color: #336699; 
  text-decoration: underline;}
A:active {
  color: #0000FF; 
  text-decoration: none;}
A:text{ /*default*/
	font-family: Arial, Helvetica, sans-serif;}
A:background color { /*default if company logo background does not show up*/ 
	background color:#999966;}
A:Class Selector {/*applied to the heading on the index.htm page*/
	.specials {color: #003300; font-family:Georgia, Times New Roman, Times, serif;} 