body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	background-attachment: fixed;
	background-image: url(../../graphics/gradient-red.jpg);
	background-repeat: repeat-x;
}
.box {
	background: #FFFFFF;
	margin: 10px;
	padding: 10px;
}

h1 {
	font-size: medium;
	color: #333333;
	text-align: center;
}
h3 {
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-family: "Comic Sans MS";
}
a:link {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}
.contact a:link {
	color: #990000;
	text-decoration: underline;
	font-size: small;
}
.contact a:visited {
	font-size: small;
	color: #CC6600;
	text-decoration: underline;
}
.contact a:hover {
	color: #0099FF;
	font-size: small;
	text-decoration: none;
	
}
.contact a:active {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
h4 {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainbody {
	background-color: #FFFFFF;
	margin: 10px;
	padding: 10px;
	width: 80%;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #990000;
	background-position: left top;
}
