body{ 
	background-color: White; 
	background-image: url(../img/nave.jpg); 
	background-repeat: no-repeat; 
	background-position: top right;
	}

a:link{
	color:blue;
	text-decoration: none;
	}
a:visited{
	color: purple;
	text-decoration:none;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: red;
	}
	
#todo{ 
	width:700px;
	padding-top:70px;
	margin:0 auto;
	}

