@charset "utf-8";
body {
	background-color: #E1D2BD;
	background-image: url(bg2.jpg);
	margin-top: 80px;
}
.core {
	font-family: "Lucida Sans Unicode", Helvetica, Verdana, Arial, sans-serif;
	font-size: 10.5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.links a {
	font-family: "Courier New", Courier, monospace;
	color: #C2B787;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	text-decoration: none;
}
.links a:hover {
	color: #FFFFFF;
}

.norepeat {
	background-repeat: no-repeat;
}
