BODY {
	FONT-SIZE: 14px; 
	BACKGROUND: white; 
	COLOR: #000033;
	 FONT-FAMILY: Arial, sans-serif; 
	 TEXT-ALIGN: justify
}

A {
	COLOR: #0000ce;
	TEXT-DECORATION: underline;
	background-color : inherit;
}
A:hover {
	COLOR: #663366;
	TEXT-DECORATION: underline;
	background-color : inherit;
}

.Content {
	position: absolute;
	top: 0px;
	left: 160px;
	padding: 10px 15px 15% 10;
	background: transparent;
	background-color: inherit;
}

.Menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	padding: 10px 0px 100% 10px;
	background-color: #99ccff;
	line-height: 150%;
	FONT-WEIGHT: bold;
	COLOR: #0a246a;
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, sans-serif;
	TEXT-ALIGN: justify;
}

A.MenuItem {
	COLOR: #0000ce;
	background-color : inherit;
	TEXT-DECORATION: none;
}

A.MenuItem:HOVER {
	COLOR: #333366;
	text-transform: uppercase; 
	TEXT-DECORATION: none;
}

