@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#0e0e0e;
	color:#FFFFFF;
	background-image:url(../images/bg.png);
	background-attachment:fixed;
	background-repeat:no-repeat;}

.footer{
	font-size:15px;
	color:#333333;}
	.footer a{
		color:#990000;
		text-decoration: underline;
		}
	.footer a:hover{
		color:#0000FF;
		text-decoration: none;}
img{
	border:0px;}
h1{
	font-size:24px;
	margin:10px 0 10px 0;
}
h3{
	font-size:16px;
	color:#FFFF00;
	margin:0px;
	}
h4{
font-weight:normal;}
h5 a{
	display:block;
	border-bottom:1px #FFFFFF solid;
	text-decoration: none;
}
a{
	color:#FFFF00;
	text-decoration: underline;
	}
a:hover{
	color: #FF0000;
	text-decoration: none;
	}
ol{
	margin:0;
}
li{
	margin:5px 0 0 0;
	border-bottom:1px #3e3f3f dashed;
	line-height:25px;}