body {
	background-color: rgb(204,0,0);
	color: rgb(255, 153, 0);
	font-family: georgia;
	font-size: 12pt;
}

table {
	font-family: georgia;
	font-size: 12pt;
}

h4 {
	color: rgb(255, 153, 0);
	font-family: georgia;
	font-size: 17pt;
	font-weight: bold, italic;
	white-space: normal;
}

h1 {
	color: rgb(255, 153, 0);
	font-family: georgia;
	font-size: 25pt;
	font-weight: bold, italic;
}

#footer {
	color: rgb(204,0,0);
	font-family: georgia;
	font-size: 6pt;
}

a {
	color: rgb(255, 153, 0);
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: rgb(255, 153, 0);
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: rgb(255, 153, 0);
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: rgb(255, 153, 0);
	font-size: 12pt;
	font-weight: bold;
}

table.body {
	background-color: #cc0000;
	border-collapse: collapse;
	border-color: #ff9900;
	border-style: solid;
	border-width: 2px;
	color: #ff9900;
	outline-color: #ff9900;
	padding: 5px;
	width: 650px;
}

table.body td {
	border-color: #ff9900;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

table.body tr {
	border-color: #ff9900;
	border-style: solid;
	border-width: 2px;
	padding: 5px;
}

table.body th {
	background-color: #ff9900;
	border-color: #ff9900;
	border-style: solid;
	border-width: 2px;
	color: #cc0000;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

p.header a:link {
	background-color: transparent;
	color: #ff9900;
	font-family: Georgia;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
}

p.header a:hover {
	color: #ff9900;
	font-family: Georgia;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}

p.header a:active {
	color: #ff9900;
	font-family: Georgia;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: underline;
}

p.header a:visited {
	color: #ff9900;
	font-family: Georgia;
	font-size: 20pt;
	font-weight: bold;
}

p.header {
	color: #ff9900;
	font-family: Georgia;
	font-size: large;
	font-weight: bold;
}