body { /*  Background color and Image decleration */
       background: #cccccc url(backgrnd/Image6.jpg);
       font-family: Arial, Vendana, Geneva, sans-serif;
       font-size: 16px;
       font-weight: normal;
       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-size: 1.25em;
      font-weight: bold;
     color: #ff0000;
     text-align: center;
    }
h2 { font-size: 1.25em;
      font-weight: bold;
     color: #FFFFCC;
     text-align: left;
    }
h3 { font-size: 1.25em;
     font-weight: normal;
     color: blue;
     text-align: left;
     line-height: 1.0em;
     margin: 0;
     padding: 0;
    }

.wrapper1 { width: 700px;
            margin-left: auto;
            margin-right: auto;
          }


.SubPTitle {
            color: #aa2288;
            font-weight: bold;
           }

.clrB {
        color: #0000cd;
        font-weight: bold;
        background: white
      }

.clrR {
        color: red;
        font-weight: bold;
        background: white;
      }


.clrV { 
        color: #ee82ee;
        font-weight: bold;
        background: white;
      }