@charset "ISO-8859-1";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
}
a{
	text-decoration: none;
}

a:hover{
	color:#FF0000;
}
h1 {
	font-size: 1.0em;
	font-weight: bold
}
.menu {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #666666;
	weight: bold;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.8em;
}
.menu a {
	color: #FFFFFF;
	text-decoration:underline;
}

.menu a:hover{
	text-decoration:none;
}
