body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;

}
#categories a {
	display: block;
	color: #000000;
	background-color: #FFCC9A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-top: none;
	border-right: 1px solid #DBA46D;
	border-bottom: 1px solid #DBA46D;
	border-left: 1px solid #DBA46D;

}
#categories a:hover {
	display: block;
	color: #000000;
	background-color: #DBA46D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	border-top: none;
	border-right: 1px solid #DBA46D;
	border-bottom: 1px solid #DBA46D;
	border-left: 1px solid #DBA46D;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.contenttable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CEF08A;
	border-left-color: #CEF08A;
}
