/* CSS Document */

body {
	background-color: #FFDC94;
	color: #666666;
}
a:link {
	color: #99FF00;
	text-decoration: none;
}
a:visited {
	color: #99CC00;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
}
h4 {
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
}
h1 {
	font-size: 12px;
}
