@charset "utf-8";
body {
	background-color: #898989;
	font-family: "Comic Sans MS";
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
p {
	font-size: 12px;
}
a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}
.blue {
	color: #0000FF;
}
hr {
	color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
p, h1, h2 {
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 15px;
}
