/* CSS Document */
body {
background-color:#000000;
}
.footer {
font:10px Tahoma;
color:#5B5548;
}
.footer a{
color:#5B5548;
text-decoration:none;
}

.content {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 17px;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content a {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.content a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
