body {
	background-color: #BCFFBA;
	margin: 0px;
}
a:link {
	font-weight: bold;
	color: #3333FF;
	text-decoration: none;
}
a:visited {

	font-weight: bold;
	color: #3333FF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #3333FF;
	text-decoration: none;
	background-color: #FFFF00;
}
.dbtitle {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-weight: bold;
	color: #CCFF00;
	background-color: #669900;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
}

