body 
  { 
    color: #808080; 
    font-size: 10px; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    background-image: url(../images/left.jpg); 
    background-repeat: repeat-x; 
    text-align: center; 
    padding: 10px; 
  }

table 
  { 
    font-size: 12px; 
    line-height: 18px; 
    background-color: #fff; 
    text-align: justify; 
    padding: 5px; 
    border: solid 1px #9a9a9a; 
  }

p { }

a:link 
  { 
    color: #fab24a; 
    text-decoration: none; 
  }

a:visited { color: #fab24a; text-decoration: none; }

a:hover 
  { 
    color: #69b0ee; 
  }

a:active { }