/* sshh.css */

body
  {
    font-family: Arial, sans-serif;
    color: black;
    background-color: white;
  }

a:link
  {
    color: red;
    background-color: white;
    font-family: Arial, sans-serif;
  }

a:visited
  {
    color: blue;
    background-color: white;
    font-family: Arial, sans-serif;
    text-decoration: none;
  }

a:hover
  {
    color: red;
    background-color: #CCFFFF;
  }

td
  {
    color: black;
    background-color: white;
    font-family: Arial, sans-serif; 
    text-align: left;
    padding: 3px;
  }

td.date
  {
    font-family: monospace, sans-serif;
    text-align: center;
  }

td.body
  {
    font-size: larger;
    text-align: center;
  }

td.cfoot
  {
    text-align: center;
  }
td.rfoot
  {
    text-align: right;
  }
