/* CSS Document */

body{
	color: #FFFFCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #333333 fixed;
	font-size: 14px;
	line-height: 20px;
}

a:link {
	color: #FFFFCC;
	background-color: #006600;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 2px;
	font-weight: bold;
	margin: 2px;
	border: thin outset #666666;
}
a:visited {
	color: #FFFFCC;
	background-color: #006600;
	text-decoration: none;
	border: thin outset #666666;
	padding-right: 3px;
	padding-left: 2px;
	font-weight: bold;
	margin: 2px;
}
a:hover {
	color: #FFFFFF;
	background-color: #339900;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 2px;
	border: thin inset #666666;
	font-weight: bold;
	margin: 2px;
} 

