body {
	background-color: #ffffff;
	font-family: "Bitstream Vera Sans", "Trebuchet MS", geneva, verdana, arial, helvetica, "sans-serif";
}
.header{
	background-color: #DCC38A;
	border-color: #A99560;
	border-style: solid;
	border-width: 1px;
	font-size: xx-small;
	font-weight: bold;
	padding: 5px;
	width: 96px;
	text-align: center;
}
a {
	color: Black;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}