@charset "utf-8";
/* CSS Document */
body {
	
	margin-top: 0px;
	font-family:trebuchet ms;
	color:#666666;
	font-size:14px;
	line-height: 18px;
	background-color: #E3E9E7;
	
}

a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #3366FF;
}


.heading{ 
	font-family:trebuchet ms;
	color:#666666;
	font-size:1.4em;
}
