<!--

#header {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 477px;
}

#list {
	position: absolute;
	top: 225px;
	left: 20px;
	width: 465px;
}

.title {	FONT-SIZE: 25px; 	COLOR: #ffffff; 	LINE-HEIGHT: 30px; 	FONT-FAMILY: "Georgia"; 
        background-color: #ff0066;
  	PADDING-LEFT: 3px;
 	 PADDING-RIGHT: 3px;}

.newsitem {
	position: relative;
	top: 0px;
	left: 0px;
	width: 465px;
	height: 80px;
}

.newsimage {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 75px;
	height: 75px;
}

.newstext {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 385px;
	height: 75px;
	font-size: 0.8em;
}

.newstext a {
	color: #FF0066;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

.newstext a:hover {
	text-decoration: underline;
}

#mpu {
	position: absolute;
	top: 175px;
	left: 500px;
	width: 300px;
	height: 250px;
	padding: 10px;
	background-color: #D7D7D7;
}

#archive {
	position: absolute;
	top: 805px;
	left: 350px;
}

#archive a {
	color: #FFF;
	background-color: #009CFF;
	text-decoration: none;
	font-weight: bold;
}

#archive a:hover {
	text-decoration: underline;
}

#az {
	margin-bottom: 10px;
	font-size: 0.8em;
	font-weight: bold;
}

#az a {
	color: #009CFF;
	text-decoration: none;
}

#az a:hover {
	text-decoration: underline;
}
	
-->