@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}

p {
	margin-top:0px;
	margin-bottom:4px;
}

a {
	color: #87eafe;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color: #87eafe;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #a6e527;
	text-decoration:underline;
	font-weight:bold;
}


#menu a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#menu a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	color:#9F0;
	text-decoration: none;
}

#menu {
	background-image:url(/images/menu-bg.jpg);
	font-size:medium;

}

#chunkbox {
	background-image:url(/images/box-bg.jpg);
	background-repeat:repeat-x;
	padding: 6px;
	margin-top: 8px;
}

h1 {
	color: #a6e527;
	font-size:medium;
	text-transform: uppercase;
	margin-top: 0px;
	margin-botton: 4px;
}

#footer {
	background-color: #a6e527;
	padding: 12px;
	text-align: center;
	color: #000;
	}
	
#footer a {
	color: #000;
	text-decoration:underline;
}

#footer a:visited {
	color: #000;
	text-decoration:underline;
}

#footer a:hover {
	color: #00f;
	text-decoration:underline;
}
