body {
	background-color: black;
	color: white;
	font-family: arial, sans-serif;
}
a.item-link {
	color: #CC9933;
}

h1 {
	color: #CC9933;
	font-size: large;
	font-weight: bold;
}

.current {
	color: white;
	font-size: x-large;
	font-weight: bold;
}
	
h2 {
	font-size: medium;
	font-weight: bold;
}

a.item-link:link, a.item-link:visited {
	color: #CC9933;
}

a.item-link:active, a.item-link:hover {
	color: #990000;
}

a.text-link {
	color: #CC9933;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.text-link:link, a.text-link:visited {
	color: #CC9933;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.text-link:active, a.text-link:hover {
	color: #990000;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.menu-link {
	color: black;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

a.menu-link:link, a.menu-link:visited {
	color: black;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

a.menu-link:active, a.menu-link:hover {
	color: #CC9933;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}


