body {
  background-color : #ffffff;
  background-image: url(_ritabg.jpg);
  background-repeat: no-repeat;
  font-family :  arial, sans-serif;
  font-size : 14px;
  color : #4f677f;
  margin: 65px;
  margin-top: 150px ;
}
a {
  text-decoration: none;
  font-size : 20px;
  line-height : 26px;
  color: #2f475f;
}
.desc {
  font-size : 14px;
  color: #2f475f;
}
a:link { 
}
a:visited {
}
a:hover {
  text-decoration: underline;
}
a:active { 
  color: #2f475f;
}

a:link IMG, a:visited IMG { border-style: none; } 
a:hover IMG { border-style: none; background: #e9edf2; } 


