body {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	background-attachment: scroll;
	background-image: url(images/base.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding: 0px;
	margin: 0px;
	letter-spacing: 1px;
	background-color: #000;
}

.top {
	background-image: url(images/top_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.btn {
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #0CF;
	text-decoration: none;
}
a:visited {
	color: #03F;
	text-decoration: none;
}
.date {
	font-size: 12px;
	line-height: 24px;
}
