table {
	height: 90%;
	width: 950px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-color: #FFCCCC;
	border: thin solid #FFCCCC;



}
h2 {
	font-size: 18px;
	font-weight: 600;
	color: #990000;
}
iframe {
	border: thin solid #FFFFFF;
	font-family: "Bell MT";
	color: #333333;

}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
img {
	text-decoration: none;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-weight: 800;
	color: #FF0000;
	text-decoration: none;
}
body {
	background-repeat: repeat;
	background-color: #FFCCCC;

}
form {
	background-color: #FFCCCC;
	border: #FFCCCC;

}
