/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-size: 10pt;
	color: #663300;
	font-weight: normal;
}
body {
	background-color: #CC9966;
}
h1 {
	font-size: medium;
	color: #663300;
	font-weight: bold;
}
h2 {
	font-size: small;
	color:#663300;
}
a:link {
	color: #CC6633;
}
a:visited {
	color: #CC6633;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #FF9933;
}
.border {
	border: 1px solid #630000;
}
