 
BODY{
  background-image : url(tea.jpg);
  background-repeat : no-repeat;
  background-attachment : fixed;background-position : 100% 100%;
  
  font-size : 11pt;
  
}
P{
  font-size : 11pt;
  line-height : 18pt;
  text-align : left;
  margin-top : 5%;
  margin-left : 20%;
  margin-right : 20%;
  margin-bottom : 5%;
  
  
  
}
A:HOVER{
  font-weight : bold;
  text-decoration : none;
}
A:ACTIVE{
  text-decoration : overline;
  text-transform : capitalize;
}
