* {
	margin:0;
	padding:0;
	color:#444444;
	list-style:none;
	line-height:1.8em;
}
a {
	color:#009999;
	font-family:Arial;
	font-size:10pt;
}
body {
	background-color:#eeeeee;
}
ul#navigation > li {
	padding-left:20px;
	border-bottom:1px solid #bbbbbb;
}
ul#navigation > li:hover {
	background-color:#eeeeee;
}
h1 {
	background-color:#eeeeee;
	padding:10px;
	border-bottom:1px dotted #aaaaaa;
}
div#about {
	border-bottom:1px dotted #bbbbbb;
	padding:10px;
	background-color:white;
	font-size:11pt;
}
ul#news {
	float:left;
	width:600px;
	padding:10px;
	font-size:11pt;
	font-family:Arial;
}
ul#navigation {
	float:right;
	width:300px;
	background-color:#dddddd;
	border:#eeeeee dotted 1px;
}
div#footer {
	clear:both;
	font-size:9pt;
	font-family:Arial;
	border-bottom:#eeeeee dotted 1px;
	background-color:#bbbbbb;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:1px;
}
strong.date {
	width:100px;
	font-size:11pt;
}
