A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}



BODY 		{	
			background-color:	#dedece;
			color:			black;
			font-family:		arial;
		}

.headlines {			font-family:		arial;
				font-style:		normal;
				font-variant:		normal;
				font-weight:		normal;
				font-size: 		large; 
				color:			black; 
				background:		white;
				text-align:		center;
			}
#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#list-menu li {
	margin: 2px 0 0;
}

#list-menu a{
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 1px solid #000000;
background: #dcdcdc;
text-decoration: none; /*lets remove the link underlines*/
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 1px solid #000000;
background: #333333;
color: #ffffff;
}
