body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	color:#999;
	}
	


h1 {
	font-size: 1em;
	color:#FFF;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	position: relative;
	margin: -20px 0 3px 25px;

}
h1 a:link { color:#0F0; text-decoration:none; }
h1 a:visited { color:#0F0; text-decoration:none; }
h1 a:focus { color:#FFF; text-decoration:none; }
h1 a:hover { color:#FFF; text-decoration:none; }
h1 a:active { color:#ccc; text-decoration:none; }

h2 {
	font-size: 0.78em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	position: relative;
	margin: 20x 0px 20px 15px;
}
h2 a:link { color:#FFF; text-decoration:none; }
h2 a:visited { color:#FFF; text-decoration:none; }
h2 a:focus { color:#0F0; text-decoration:none; }
h2 a:hover { color:#0F0; text-decoration:none; }
h2 a:active { color:#ccc; text-decoration:none; }

h3 {
font-family:Arial, Helvetica, sans-serif;
position:relative;
margin:20px 0px 10px 15px;
color:#F60;
font-weight:normal;
}
h3 a:link { color:#F60; text-decoration:blink; }
h3 a:visited { color:#F60; text-decoration:none; }
h3 a:focus { color:#FFF; text-decoration:none; }
h3 a:hover { color:#FFF; text-decoration:none; }
h3 a:active { color:#ccc; text-decoration:none; }


#footer {	
	font-size: 0.7em;
	left:0;
	bottom:0;	
	width: 100%;
	height: 15px;
	padding:0;
	text-align:left;	
	text-indent:13px;
	border-top: 1px solid #900;
}
#footer a:link { color:#FFF; text-decoration:none; }
#footer a:visited { color:#FFF; text-decoration:none; }
#footer a:focus { color:#0F0; text-decoration:none; }
#footer a:hover { color:#0F0; text-decoration:none; }
#footer a:active { color:#ccc; text-decoration:none; }

a img { border:0;}

a:link img {
border:0;
}

a:hover img {
border:0;
}
a:visited img {
border:0;
}
