/*****************************************/
/* links                                 */
/*****************************************/

#links {
	height: 300px;
}
#list {
	display: block;
	position: absolute;
	top: 25px;
	left: 420px;
	width: 448px;
	height: 250px;
	word-spacing: -1ex;
	line-height: 0.9ex;
	text-align: justify;
}

a {
	color: #ABABAB;
	text-decoration: underline;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
a:hover {
	color: #52282E;
	background-color: #F8981D;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
} 