body, html {
	height: 100%;
	width: 100%;
	background: #cccccc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #2E3940;
	font-size: 12px;
	margin-left: 9px;
	margin-top: 9px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.stylemain {
	font-size: 13px;
}
.styleheading {
	font-size: 14px;;
}
.styleheadingbold {
	font-size: 13px;  font-weight:bold;
}
.stylelinks {
	font-size: 15px; font-weight:bold; color:#000000;
}
.stylesublinks {
	font-size: 12px; color:#000000;
}
A {
text-decoration : none; color:#000000;
} 
A:hover {
text-decoration : underline; 
}