body {
	margin-top: 10px;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #9999FF;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF9933;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FF6600;
	letter-spacing: 4px;
	text-align: left;
	vertical-align: bottom;
	border-bottom-width: 1px;
}
.boxes {
	background-color: #CCCCFF;
	border: 1px solid #6666CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333399;
}

A:link    {
	color:9999FF;
	text-decoration: underline;
	font-family : verdana;
	font-weight : bold;
}
A:visited {color:6666CC; text-decoration: underline; font-family : verdana; font-weight : bold}
A:active  {color:6666CC; text-decoration: underline; font-family : verdana; font-weight : bold}
A:hover   {color:CCCCFF; text-decoration: underline; font-family : verdana; font-weight : bold}


