.todo {
	 font-size: 13px;
	 font-weight: normal;
	 color: #000;
	 text-align: left;
	 padding: 10px;
	 margin-bottom: 2px;
	 font-family:Trebuchet MS, sans-serif, serif;
	 }
 
h1.todo {
	 color: #0066CC;
	 font-family: Trebuchet MS;
	 font-size: 28px;
	 font-weight: normal;
	 text-align: left;
	 text-decoration: none;
	 background-color: #F7F7F7;
 	}
 
li.todo {
	font-family:Trebuchet MS, sans-serif, serif;
	font-size: 13px;
 	font-weight: normal;
	color: #000;
	list-style: none; 
 	}


.todo a:link, .todo a:visited {
	color:#000;
	font-weight: bold;
	}
.todo a:hover {
	color:#0066CC;
	font-weight: bold;
	}
