@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #FFCC33;
	font-weight: bold;
}
body {
	margin-left: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-image: url(images/red-background.gif);
}
a:link {
	text-decoration: none;
	color: #FFCC33;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
.style3 {font-size: 16px}
.style4 {font-size: 24px}
.style5 {font-size: 10px}
