body {
	background-color: #7ecef4;
	margin: 0px;
}

td {
	font-size:12px;
}

td.maintext {
	color: #666666;
	padding: 24px;
	font-size: 14px; 
	line-height: 1.6em;
}

td.vtext {
	color: #333333;
	font-size:14px;
	text-indent:-1.5em;
	padding-left:1.5em;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom: 1px solid #e0e0e0;
}

a:link,a:visited {
	color: #CC9900;
	text-decoration: none;
}

a:hover,a:active {
	color: #FF0000;
	text-decoration: none;
}

