html {
	height: 100%;
}
body {
	background-color: #D2CABD;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	color: #FFFFFF;
}
.intro {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	letter-spacing: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 12px;
	padding-top: 10px;
	line-height: 20px;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #D2CABD;
	background-color: #FFFFFF;
}
.current {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	letter-spacing: normal;
	line-height: 18px;
	padding-top: 10px;
}
.title {
	text-transform: uppercase;
}
