BODY {
	BACKGROUND: black; COLOR: #dbdbdb; FONT-FAMILY: arial, helvetica
}
A {
	COLOR: #fff000
}
A:visited {
	COLOR: #ccc000
}
A:active {
	COLOR: #ff0000
}
A:hover {
	COLOR: #00ff00
}

#navigation ul {
	background: #342826;
	border: none;
	margin: 5px;
	width: 110px;
	padding: 0;


	}
	
#navigation li {

	border: none;
	float: left;
	margin: 3px;
	padding: 0;

	}
	
#navigation a {
	color: #fff000;
	padding: 0;
	text-decoration: none;

	}
	
#navigation a:hover {
	color: #00ff00;
	}
	
#navigation #currentpage a {
	color: #ff0000;
	}

.small {
	FONT-SIZE: 12px;  FONT-FAMILY: arial, helvetica;
}

.large {
	FONT-SIZE: 14px;  FONT-FAMILY: arial, helvetica;	text-decoration: bold;
}

.med {
	FONT-SIZE: 12px;  FONT-FAMILY: arial, helvetica;	text-decoration: bold;
}

.headr {
	FONT-SIZE: 12px;  FONT-FAMILY: arial, helvetica;	text-decoration: bold;
	text-align: left;
}
