BODY {
	background	: #FFFFCC;
	color		: black;
	font-family	: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left	: 180px;
}

.menu {
	position: absolute;
	color: black;
	background: #FFFF99;
	top: 15px;
	left: 15px;
	z-index:2;
	width : 130px;
	padding: 10px;
}

A:link  
{
	color : blue;
	background : transparent;
}

A:visited  
{
	color : navy;
	background : transparent;
}

A:active  
{
	color : red;
}

A:hover
{
	color : red;
}
