body {
	font-family: verdana, geneva, sans-serif;
	size: 8px;
	font-weight: normal;
	color: #FFF;
}

b {
	size: 8px;
	font-weight: heavy;
	color: #990033;
}

#content {
	overflow: auto; width: 600px; height: 400;
	border-left: 0px;
	border-bottom: 0px;
	padding:0px;
	margin: 0px;
}

a:link {
	font-weight: bold;
	color: #33FF99
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a:hover{
	font-weight: bold;
	color: #990033;
	text-decoration: none;
}