body {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	color:  #000000;
	background-color: #FF0000; 

}
a:hover, a:active {
	text-decoration: none;
	color:  #FFFFFF;
	background-color: #rr0000;

	font-size: 18px;
}


#main {
	position:absolute;
	top: 1px;
	left: 1px;	
	width: 96%;
	height:40%;
	z-index: 1;
}
#menu {
	position:absolute;
	top: 425px;
	left: 225px;
	width: 66%;
	z-index: 2;
	height: 66px;
}
p {
	line-height: 150%;
}
