@charset "utf-8";
h1 {
	font-size: 24px;
	color: #006;
}
h2 {
	font-size: 20px;
	color: #03F;
}
h3 {
	font-size: 18px;
	color: #666;
}
h4 {
	font-size: 12px;
	color: #666;
}
tr {
	text-align: center;
	font-weight: lighter;
	color: #99ffff;
}
body,td,th {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #09F;
	text-decoration: none;
	text-align: center;
	font-weight: lighter;
}
a {
	font-size: 16px;
}
.style4 {
	font-size: 12px;
	text-align: center;
}

