@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(images/bg1.jpg);
	background-attachment:fixed;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0;
}

h2, h3 {border-bottom:1px solid #CCC; padding-bottom:3px;}

a:link {color:#999;}
a:active {color:#999;}
a:visited {color:#999;}
a:hover {color:#fff;}

.footer {color:#333;}
.footer a:link{color:#000; font-weight:bold; font-size:14px;}
.footer a:active{color:#000; font-weight:bold; font-size:14px;}
.footer a:visited{color:#000; font-weight:bold; font-size:14px;}
.footer a:hover{color:#333; font-weight:bold; font-size:14px;}