body{
 background-color: #f3bf96;
 color: #000000; 
}
img{
 border-style: none;
}
.line{
color: #663333;
margin-left: 5%;
width: 50%;
text-align: left;}	

a:link{
 color: white;
 text-decoration: none;
 font-weight: bold;
}
a:visited{
 color: white;
 text-decoration: none;
 font-weight: bold;
}
a:hover{
 color: black;
 text-decoration: none;
 background-color: #ffcc00;
}