body {
	background-color: black;
	color: rgb(255, 255, 51);
}

img.links {
	border-style: none;
	padding: 0;
	outline-style: none;
}

a.links {
	border-style: none;
	padding: 0;
	outline-style: none;
}

h1 {
	text-decoration: underline;
}

a:link {
	color: #33ff33;
}

a:visited {
	color: #990099;
}

a:hover {
	color: #ff0000;
}

a:active {
	color: #ff0000;
}

a.title {
	color: #33ff33;
	font-family: monotype corsiva; 
	font-weight: bold;
}

#menu a {
	display:block;
	width:110px;
	margin: 0.4em 0; padding:5px 2 4px 8px;
	font: 16px/1 times;
	color: #e9e9f7;
	background: url("/images/button.jpg") 0 0 no-repeat;
	text-decoration: none;
	}

#menu a:hover {	
	background-position: -132px 0;
	color: #ffb500;
}

#menu a:active {
	background-position: -314px 0;
	color:white;
}

