/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11pt;
}

.duck {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#FFCC00;
	font-weight: bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#009933;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: none;
	color:#FFCC00;
}
a:active {
	text-decoration: none;
	color: #009933;
}