body {
	font-family: bitstream vera sans, verdana, arial;
	font-size: small;
	padding-left: 280px;
}

li {
	margin-top: 0.4em;
}

.important {
	color: #d22;
}

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;
}

.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 {
	width: 250px; 
}

#todo {
	width: 200px;
}

#links {
	width: 200px;
}