body { /*  Background color and Image decleration */
       background: #cccccc url(Images/RSPool.jpg);
       font-family: Arial, Vendana, Geneva, sans-serif;
       font-size: 16px;
       font-weight: bold;
       height: 1.2em;
       color: black;
     }

a:link { color: #0000cd;  /* MediumBlue */
           font-weight: bold; 
           background: white;
         }
a:visited { color: #ee82ee; /* violet */
             font-weight: bold;
             background: white;
             }
a:hover { background: yellow; }
a:active { color: red;
              background: white;
            }

h1 { 
      font-weight: bold;
     color: yellow;
     text-align: center;
     line-height: 100%;
    }
h2 { font-size: 1.25em;
      font-weight: bold;
     color: yellow;
     text-align: Center;
     line-height: 00%;
    }
h3 { font-size: 1.00em;
      font-weight: bold;
      text-align: center;
      line-height: 300%;
    }
h4 { font-size: 0.90em;
      font-weight: normal;
     color: white;
     text-align: left;
    }
.date {font-size: 0.75
       font-weight; bold;
       color: yellow;
      }
.subtitle {
            font-size: .75em;
          }

.home { 
        border: outset;
        border-width:  5px;
        border-color: green_t;
        width: 70px;
        position: absolute;
        left: 10px;
        top: 5px;
        text-align: center;
        background: white;
      }
