body {
	background-color: #FFDC64;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFD956;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.text_heading	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:oblique;
	color:#990000;
}
.text_matter {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bullet	{
	font-weight:bold;
}