@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-size: 12px;
	font-family: "Comic Sans MS", "Trebuchet MS", Verdana;
}

p, li {
	color: #000000;
	font-size: 12px;
}
a {
	color: #99CCFF;
	text-decoration: none
}
a:hover {
	color: #FFCC33;
	text-decoration: none
}
h1 {
	color: #000000;
	font-size: 18px;
}
.small {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif
}
h4 {
	background-color: #000000;
}
.floatright {
	float: right;
}
h2 {
	background-color: #000000;
	width: 100%;
}
hr {
	background-color: #333333;
	height: 1px;
	border: 0px;
	clear: both;
}
