body {
	background-color:#c9c9c9;
	margin: 0px;
	padding: 0px;
	color:#575755;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color:#552;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color:#552;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color:#552;
	font-weight: bold;
}
.head {
	color: #3d3c0a;
	font-stretch: condensed;
	font-size: 14px;
	font-weight: bold;
}
.small {
	font-size: 80%;
}

.menu a:link {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.menu a:visited {
	color:#fff;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color:#ff0;
	text-decoration: none;
	font-weight: bold;
}

.menu a:active {
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}
.bborder {
	border: 1px solid #000;
}