a:link, a:active, a:visited {
	color: #90205A; 
	text-decoration: underline
}
a:hover {
	color: #FA265A; 
	text-decoration: none
}

body {
	background-color:#000000;
	margin:0;
	color:#FFFFFF;
}
table {
	font-size:10pt;
	font-family: sans-serif;
}
img{border: 0}
.center	{
	text-align: center;
}

#header h2,
h1 {
	color: #993333;
	font-family: serif;
	font-size: 16pt;
	font-weight: bold;
}

#menu h2 {
	display: inline;
	margin: 0 0;
}

#menu h2 a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

#category_table h2 {
	font-size: 1em;
}
#category_table h2 a {
	color: #FFF;
}

#category_table td {
	text-align: center;
	vertical-align: top;
	padding: 2px 0 15px 0;
}

#subcat_table {
	width: 100%;
}


#subcat_table div {
	float: left;
	width: 170px;
	margin: 30px 0;
}

#subcat_table div a {
	color: #FFF;
	font-size: 1.5em;
}
