@charset "UTF-8";
body {
	background-color: #FFCC00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.strike{
	text-decoration: line-through;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: underline;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
