body 
{
font-family:  Tahoma; 
background:#72462B
}
a:link
{
text-decoration: none;
color: #F1962D
}     /* unvisited link */
a:visited
{
text-decoration: none;
color: #F1962D
}  /* visited link */
a:hover
{
text-decoration: none;
color: #F7E099
}   /* mouse over link */
a:active
{
text-decoration: none;
color: #F7E099
}   /* selected link */

/*
#newsletter {
  border:2px solid #4B1B0C;
  display:block;
  background:#B36B29;
  font-size:16px;
  text-align:center;
  height:30px;
  width:480px;
}
*/

#newsletter a:link {
text-decoration:none;
color:#F7E099;
}

#newsletter a:visited {
color:#F7E099;
} 

#newsletter a:hover {
color:#4B1B0C;
}
