 
BODY{
  font-family : "Trebuchet MS","MS UI Gothic";
  background-color : #c5fbc4;
  
  font-size : 80%;
  

  background-image : url(chitin.jpg);
  background-repeat : no-repeat;
  background-position:100% 100%;
  background-attachment : fixed;
}
P{
  font-family : "Trebuchet MS";
  
  
}
TABLE{
  font-size : 80%;
  font-family : "MS UI Gothic";
}
A:HOVER{
  cursor : crosshair;
}
