/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	color: #171411;
}
p{
	margin: 20px 0 20px 25px;
}
#fullband{
	width: 100%;
	background: #666;
	margin-top: 7%;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: center;
}
#center{
	width: 555px;
	margin: 10px auto;
	text-align: left;
}
.big{
	font-size: 18px;
}
a:link, a:visited{
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active{
	color: #000;
	text-decoration: line-through;
}