body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #AABBDD;
}

table, #content {
background-color : #FFFFEE;
margin-top : 30px;
}

td {
	font-size: 12px;
	border: 1px solid #000000;

}

img {
border : 1px solid #000000;
}

a:link {
	color: #6699CC;
	text-decoration: underline;
}
a:visited {
	color: #FF9933;
}
a:hover {
	color: #6699CC;
	text-decoration: underline overline;
}
a:active {
	color: #FFCC33;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00699B;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #00699B;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #003399;
}

