.normaltext{
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	color : #000000;
}
.header{
	font-family : Arial, Verdana, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #663300;
}
.hyperlink{
	font-family : Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #663300;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}
