body {
  background-color : #ffd7d0;
  cursor : help;
 }

table {
  font-size : 11px;
  letter-spacing : 2px; 
  color : #BD5E5E;
 }
 
.outline {
  border-color : #152144;
  border-style : solid;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
 }
 
.botline {
  border : #ffffff
  border-style : solid;
  border-top-width : 0px;
  border-right-width : 0px;
  border-bottom-width : 3px;
  border-left-width : 0px;
 }
 
.footer {
  background-image : url('body.jpg');
  border : #ffffff;
  border-style : dashed;
  border-top-width: 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
 }
 
.header {
  font-wieght : bold;
  color : #996a6a;
  background-image : url('header.jpg');
  border : #ffffff;
  border-style : dashed;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
 }
  
A:active {
  color : #bd5e5e;
  font-family : Tahoma;
  letter-spacing : 2px;
  font-size : 11px;
 }
 
A:link {
  border-bottom : 1px dashed #bd5e5e;
  color : #bd5e5e;
  font-family : Tahoma;
  letter-spacing : 2px;
  font-size : 11px;
  text-decoration : none;
 }
 
A:visited {
  border-bottom : 1px dashed #bd5e5e;
  color : #bd5e5e;
  font-family : Tahoma;
  letter-spacing : 2px;
  font-size : 11px;
  text-decoration : none;
 }
 
A:hover {
  border-bottom : 1 px dashed #bd5e5e;
  color : #000000;
  font-family : Tahoma;
  letter-spacing : 2px;
  font-size : 11px;
  text-decoration : none;
 }
 
.menubody {
  border : #ffffff;
  border-style : dashed; 
  border-top-width : 1px; 
  border-right-width : 1px; 
  border-bottom-width : 1px; 
  border-left-width : 1px}
  background-image : url("body.jpg"};
  P { background-image: none } 
 } 


