body {
	background-color: #020e90;
}

a:link {
	color: #fceb00;
	text-decoration: none;
}

a:visited {
	color: #fceb00;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.bottomleft {
	position: absolute;
	left: 5px;
	bottom: 5px;
}
	
.bottomright {
	float: right;
	position: absolute;
	left: 500px;
	bottom: 5px;
}

.topleft {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 650px;
}
	
.topright {
	position: absolute;
	left: 600px;
	top: 5px;
}

.main {
	position: absolute;
	left: 170px;
	top: 185px;
	width: 450px;
	height: 200px;
	background-color: #020e90;
	color: #CCebf3;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans serif;
	text-align: justify;
}

.menu {
	position: absolute;
	left: 5px;
	top: 180px;
	width: 150px;
	height: 100%;
	background-color: #020e90;
	color: #fceb00;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans serif;
}


	
