body, div, span, p, input {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	text-decoration : none;
	color:#642701;
}

div.header {
	color:#ffffff;
}

span.menu {
	color:#FDD3A2;
}

a {
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt;
	text-decoration : none;
	color : Blue;
}
a:hover {
	text-decoration : underline;
	color : Teal;
}
a:visited {
	color : Navy;
	text-decoration : none;
}

a.pager{
	color : #FDD3A2;
	text-decoration : none;
}
a.pager:hover{
	color : #FDD3A2;
	text-decoration : underline;
}
a.pager:visited{
	color : #FDD3A2;
	text-decoration : none;
}

a.menu{
	color : #ffffff;
	text-decoration : none;
}
a.menu:hover{
	color : #ffffff;
	text-decoration : underline;
}
a.menu:visited{
	color : #ffffff;
	text-decoration : none;
}
