body {
	font-family: "sans-serif", Times, serif;
	background-color: #DDDDE5;
	color: #000000;
	font-size: 14px;
}
h4 {
	color: #660000;
}
a:link{
	font-family: "sans-serif", Times, serif;
	color: #000077;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-family: "sans-serif", Times, serif;
	color: #FF9900;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
table{
	font-family: "sans-serif", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	border-collapse: collapse;
	background-color: #8F8FA5;
	font-weight: bold;
}
p{
	font-family: "sans-serif", Times, serif;
	background-color: #DDDDE5;
	color: #000000;
	font-size: 14px;
}
.red{
	font-family: "sans-serif", Times, serif;
	color: red;
}
.blackborder{
	border: 1px solid black;
}
.whiteborder{
	border: 1px solid white;
}
