@charset "utf-8";
/* CSS Document */
body {
	font-family: verdana,helvetica;
	font-size: 12px;
	color: #333333;
	background-color: #9FCFFF;
	margin: 0px;
}
#topMenu {
	width: 850px;
	background: #ED8919;
}
a:link,
a:visited {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}