a, a:visited, a:active {
/*	 color: #221815; */
	color: snow;
	text-decoration: none;
}

a:hover {
	color: gray;
	text-decoration: underline;
}

ul#news {
	position: absolute;
	left: 20px;
	top: 189px;
	width: 755px;
	height: 567px;
	list-style: none;
	background-color: #595656;
	color: snow;
}

ul#news li {
	margin: 25px 25px 0px 25px;
	font-size: 10pt;
	line-height: 150%;
}

ul#news li h3 {
	font-size: 10.5pt;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 5px;
}

ul#new li h3 a {
	text-decoration: none;
}

ul#navi2 li {
        color: black;
        display: inline;
}

p#back a {
        color: #221815;
}

td {
	color: snow;
}

ul#navi2 {
        position: absolute;
        top: 792px;
        left: 40px;
        width: 700px;
}

p#back {
        position: absolute;
        top: 810px;
        left: 40px;
}

hr#hb {
        position: absolute;
        top: 781px;
        left: 0px;
}


