
a:link {
	color: #800035;
	text-decoration : none;
}
a:visited {
	color: #0B0080;
	text-decoration : none;
}
a:hover {
	color: #4FBD00;
	text-decoration : none;
}
a:active {
	color: #800035;
	text-decoration : none;
}

.body {
	font-family: Arial;
	font-size : 10pt;
}
.menu {
	font-family: Arial;
	font-size : 10pt;
	border: medium double rgb(75,0,130);
	padding-top : 5pt;
	padding-left : 9pt;
	padding-right : 9pt;
	padding-bottom : 5pt;
}
.title {
	font-family : Arial;
	font-size : 18pt;
}
.head {
	font-family : Arial;
	font-size : 12pt;
}
.foot {
	font-family: Arial;
	font-size : 8pt;
}

