* {
	margin: 0;
}
body {
	background: #F1DFB7 url(/images/bg.gif);
	font: small "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	color: #000;
}
a {
	color: #0089FF;
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #FFF;
	background: #0089FF;
}
a.nav {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: transparent;
}
a.nav:hover {
	color: #FFF;
	border-bottom: 2px solid #F1DFB7;
	background: transparent;
}
.content {
	font-size: 14px;
}
