body {
	background-color: #FFFF9A;
	margin-left: 0px;
	margin-top: 0px;
}
h1  {
	font-family : Arial,Times New Roman,Helvetica;
	font-size : 24px;
	font-style : normal;
	color : #FF0000;
	font-weight: bold;
}
h2  {
	font-family : Arial,Times New Roman,Helvetica;
	font-size : 17px;
	font-style : normal;
	color : #000066;
	font-weight: bold;
}
.text {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000066;
}
.textbold {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.textbig {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.textsmall {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000066;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
