body {
	background-color: #000000;
}

table {
	margin: auto;
	border: 1px dashed yellow;
	color: white;
	font-family: Verdana, Sans-serif;
	font-size: 14px;
}

table.noborder, table.toprightheader, table.nobordercentered {
	border: 0px;
}

table.noborder, table.toprightheader {
	width: 100%;
}

table.toprightheader {
	height: 156;
}

td.menu, td.items {
	margin: auto;
	border: 1px dashed yellow;
	font-family: Verdana, Sans-serif;
	vertical-align: top;
}

td.menu {
	width: 185px;
}

a:link , a:visited {
	text-decoration: none;
	background-color: black;
	color: white;
}

a:hover, a:active {
	text-decoration: underline;
	background-color: black;
	color: #cc3333;
}

a.categories:link, a.categories:visited, a.currentcat:link, a.currentcat:visited {
	color: yellow;
}

a.currentcat {
	text-decoration: underline;
}

a.current {
	text-decoration: underline;
}

a.email:link, a.email:visited {
	color: yellow;
	text-decoration: underline;
}

a.email:hover, a.email:active {
	color: #cc3333;
}

a.green:link, a.green:visited {
	color: #33ff33;
}

a.red:link, a.red:visited {
	color: red;
}

a.blue:link, a.blue:visited {
	color: #33ccff;
}

a.orange:link, a.orange:visited {
	color: #ff6600;
}

img {
	border: 0px;
}

.heading {
	color: black;
	background-color: #cc3333;
	font-weight: bold;
}

.yellow {
	color: yellow;
}

.red {
	color: red;
}

.green {
	color: #33ff33;
}

.categories {
	color: yellow;
}

.centeraligned {
    text-align:center;
}