A:link{ text-decoration: none } /* for unvisited links */
A:visited{ text-decoration: none } /* for visited links */
A:hover{ text-decoration: underline } /* when mouse is over link */

/* when link is clicked */
A:active{ 
	text-decoration: underline;
	color: green;
	background: #FFD700;
} 

#Menu {
	position:absolute;
	top:50px;
	right:10px;
	width:132px;
	padding:10px;
	background-color:#bbf;
	border:1px groove #111;
} 

#Header {
	position:absolute;
	top:1px;
	left:5px;
	font-size: 110%;
	width:100%;
	padding:2px;
	background-color:#bbf;
	border:1px groove #111;
}

