body {
	background-color: #fbde4a;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, p, td, li {
	font-family: georgia, times new roman, times, serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #0033ff;
}
a:active {
	text-decoration: none;
	color: #0000ff;
}

h1 {
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.small {
	font-size: 9px
}
