@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

body {
	background-color: #2B1400;
}

h4 {
	background-color: #CC9900;
	padding: 10px;
	font-size: 120%;
}


#home a:link {
	color: #2B1400;
	text-decoration: none;
}

a:link {
	color: #F5FF71;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #F3FF78;
}

#home {
	border: 2px #FFF solid; 
	background-image: url(images/new_home.gif); 
	width: 630px; 
	height: 600px; 
	margin: 0 auto;
}

#home .logo {
	width: 150px;
	height: 143px;
	text-indent: -1000em;
	background-image: url(images/km_logo_sm.gif);
}

#home ul {
	margin-top: 10px;
	list-style: georgian;
	font-size: 105%;
	text-transform: uppercase;
}

li.listing {
	color: #99CC33;
	margin-bottom: 10px;
}

li.past {
	color: #2C4433;
}
