@charset "utf-8";
body,td,th {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #9BD0FA;
}
a {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #339966;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}

