@charset "UTF-8";

.body {
	background-color: #febe10
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
}
a:link {
	color: #cc3333
	text-decoration: underline;
	color: #cc3333;
	font-weight: bold;
}
a:visited {
	color: #009999
	text-decoration: underline;
	color: #009999;
	font-weight: bold;
}
a:hover {
	color: #000000
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
a:active {
	color: #000000
		text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.a_head {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

.b_head {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.c_head {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.branding_head {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

