/* Stylesheet for ricksoft front page */

  <style>
  p { 
    color: black;
    margin: 1px;
  }
  /*p:first-line { text-transform: uppercase }*/
  /*p:first-letter { color: green; font-size: 200% }*/

  body { 
    background-color: white;
  }
  ul { 
    color: black;
  }
  h3 {
    color: teal;
    font-style: italic;
    font-family: arial, sans-serif;
  }
  :link {
    font-style: italic;
    color: teal;
  }
  :visited {
    color: purple;
  }
  td {
    background-color: transparent;
  }
  table {
    cell-spacing: 0;
    cell-padding: 0;
    border: 0;
    border-width: 5px;
    text-align: left;
  }
  
  
  </style>
