body        {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	color: #000000; 
	text-align: justify; 
	margin: 10px; 
	padding: 10px;
}
.header   {
	font-size: 200%;
	background-color: #FFFFCE;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.footer     {
	font-size: 12px;
	text-align: center;
	background-color: #FF9900;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
.copyright {
	font-size: 80%;
	color: #7A7A7A;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CE9A31;
	padding: 10px;
	background-color: #FFFFCC;
	margin-top: 20px;
}
.mainmenu {
	font-size: 120%;
	color: #00009C;
	background-color: #FFFFCE;
	padding: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CE9A31;
}
.mainmenu a:hover {
	font-weight: bold;
	color: #990000;
}
.mainmenu a {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
	margin: 5px;
}
.copyright a {
	color: #7A7A7A;
	text-decoration: none;
}
.copyright a:visited {
	color: #7A7A7A;
}
.copyright a:hover {
	color: #000000;
}
.maincontent h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
.maincontent a {
	text-decoration: none;
	color: #000000;
}
.maincontent a:hover {
	text-decoration: underline;
}
.eoumenu {
	background-color: #CE9A31;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.eoumenu a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.eoumenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}

