body {
	font-family: deja vu, bitstream vera sans, verdana, arial;
	font-size: small;
}

.important {
	color: #d22;
}

li {
	margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #33f;
	border-bottom: 1px solid #33f;
}

a:hover {
	color: #0a0;
	border-bottom: 1px dotted #33f;
}

.float {
	background-color: #eef;
	border: 1px solid #000;
	padding: 0.5em;
	margin: 0.5em;
}

.float hr {
	border: none;
	border-top: 1px solid #aaa;
	width: 60%;
	margin-left: 0px;
	text-align: left; /* ie sux */
}

.float h3 {
	margin: 0px;
}

.float ul {
	list-style-type: square;
}

#news {
	float: left;
	width: 200px;
}

#links {
	width: 250px;
	float: right;
}

#foot {
	clear: both;
	font-size: 80%;
	text-align: center;
	margin: 1em auto;
	width: 80%;
	border-top: 1px solid #555;
	padding-top: 2px;
}
