body {
	margin-top: 50px;
        margin-bottom: 0px;
	background-color: #000;
	font-family: arial, helvetica, sans-serif;
	color: #FFCC33;
}

A:link {
	text-decoration: none;
	border-bottom: 1px dashed #FFCC33;
	color: #FFCC33;
}

A:visited {
	text-decoration: none;
	border-bottom: 1px dashed #FFCC33;
	color: #FFCC33;
}

A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC33;
}

#footer {
        margin-bottom: 10px;
	font-size: 10px;
	text-align: center;
}

.footerline {
       color: #FFCC33;
       line-height: 1px;
       width: 100%;
      
}