@charset "utf-8";
/* normal css file */

body
{
	font-family: "Comic Sans MS", cursive, helvetica, sans-serif;
	background-color: #99ccff;
	background-repeat: repeat-x;
	background-image: url(../images/backimg.jpg);
	line-height: normal;
}
p
{
	font-size: 0.88em;
	color: #999;
	font-weight: bold;
}
li {
	width: auto;
	float: left;
	display: inline-block;
}
h2 {
	color: #3399cc;
	font-size: 18px;
	padding-bottom: 5px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}

h1 {
	font-size: 24px;
	color: #39C;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover
{
	color: #6C0;
	
}
a:active
{
	color: #9CF;
	text-decoration: none;
	
}
a:visited
{
	color: #999;
	
}
fieldset {
	float: left;
	height: auto;
	width: auto;
	border: thin solid #6C0;
}
