body {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#000000;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#000000
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
}
a:link, a:visited, a:active {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
b {
	color: #000000;
}
u {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
h1 {
	font-family: georgia;
	font-size: 24px;
	font-style: italic;
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	width: 560px;
}

em {
	color: #000000;
}
#menu {
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #ffffff;
	border-bottom: 1px solid #000000;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #fff url("images/hover.gif") left center no-repeat;
	color: #000;
	padding-bottom: 8px;
}
