h1 {
margin: 0;
padding: 0;
}
 	.headerclass
		{ color: #ff0000;
		  font-style: normal;
		  font-weight: normal;
		  font-size:11px;
			 letter-spacing: 1px;
		  line-height: 18px;
		  font-family: Georgia, Times New Roman, Times, Serif;
		  text-decoration: none }
		   	.mainclass
		{ color: #000000;
		  font-style: normal;
		  font-weight: normal;
		  font-size:11px;
			 letter-spacing:.5px;
		  line-height: 18px;
		  font-family: Georgia, Times New Roman, Times, Serif;
		  text-decoration: none }
		  .smallmainclass
		{ color: #000000;
		  font-style: normal;
		  font-weight: bold;
		  font-size:10px;
			 letter-spacing:1.5px;
		  line-height: 14px;
		  font-family: Geneva, Arial, Helvetica, Sans-Serif;
		  text-decoration: none }
		  .captionclass
		{ color: #333333;
		  font-style: normal;
		  font-weight: bold;
		  font-size:9px;
		  line-height: 10px;
		  font-family: Geneva, Arial, Helvetica, Sans-Serif;
		  text-decoration: none }
		  		   	.footerclass
		{ color: #666666;
		  font-style: normal;
		  font-weight: bold;
		  font-size:10px;
			 letter-spacing:1.5px;
		  line-height: 14px;
		  font-family: Geneva, Arial, Helvetica, Sans-Serif;
		  text-decoration: none }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
		text-decoration: none;

}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.menu:link {text-decoration: none; color: #666666}
a.menu:visited {text-decoration: none; color: #666666}
a.menu:hover {color: #ff0000; font-weight: regular}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
 
#menu {
float: left; margin: 0 0 0 3px; padding: 0; width: 355px;}