/* CSS Document */

body {
margin: 0;
background-color:#060709;
color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
letter-spacing:.1em;
}

.header {
color:#060709;
line-height:1em;
letter-spacing: 0;
}

.footer {
color:#CCCCCC;
line-height:1em;
letter-spacing: 0;
font-size:10px;
}

a:link {
	text-decoration: none;
	font-weight:bold;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#CCCCCC;
}
a:hover {
	text-decoration: none;
	font-weight:bold;
	color:#FF6633;
}
a:active {
	text-decoration: none;
	font-weight:bold;
	color:#FF6633;
}

h1 {
font-size: 16px;
color: #FF6633;
}