body {
	background-color: #ffffff;
}
.contenttableliterals{
	font-family : "Trebuchet MS";
	font-size : smaller;
	color : #330066;
}
.contenttabledetail{
	font-family : "Trebuchet MS";
	font-size : small;
	color : #330066;
}
.maincontent {
	font-family : "Trebuchet MS";
	font-size : smaller;
	color : #330066;
}
.menutable {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: white;
	float: none;
	margin-left: 10%;
}
.titlepage {
	color: #CC99CC;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: larger;
}
.webtitle {
	color: #330066;
	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: bold;
}
a:link {
	color: #330066;
	text-decoration: underline;
}
a:active {
	color: #330066;
	text-decoration: underline;
}
a:visited {
	color: #330066;
	text-decoration: underline;
}
a:hover {
	color: Red;
	text-decoration: underline;
}