body {
	margin: 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CCCCCC;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #CCCCCC;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CCCCCC;
}
