body {

	margin: 0px;

	background: url(bg.png);

	background-position:left;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 8pt;

	text-align: left;

	overflow: auto;

	vertical-align: middle;

	cursor: default;

	color: #336ead;

}



img, a {

	border: none;

}





a {

	color: white;

	font-weight: bold;

	text-decoration: none;

}

a:hover {

	background: blue;

	color: white;

}

.done, .done a, .done a:hover, a.done, a.done:hover {
	background: white;

	color: blue;
	
	text-decoration: line-through;
}
