/* ------------------------------------ *
 CSS
 Thursday, February 22, 2007 3:45:15 AM
 HAPedit 3.1.11.111
 * ------------------------------------ */

 /* Declaring the edges of the site for beautifiation */
             a:link {
             color: #0000ff;
             text-decoration: none;
}
             a:visited {
             color: #0000ff;
             text-decoration: none;
}
             a:hover {
             color: #00ffff;
             font-size:500;
             font-weight:bold;
             font-style:italic;
             text-decoration: none;
}
             a:active {
             color: orange;
             text-decoration: none;

}
 div#leftedge {
              position: absolute;
              left: 0px;
              top: 0px;
              height: 1400px;
              width: 20px;
              background: #00006f;
}
div#rightedge {
              position: absolute;
              left: 780px;
              top: 0px;
              height:1400px;
              width: 20px;
              background: #00006f;
}
div#centre {
           position: absolute;
           left: 10px;
           top: 0px;
           height:1400px;
           width: 750px;
           background: #cfcfcf;
          /* padding: 10px; */
           margin: 0px 10px 100px 10px;
           border-style: groove;border-width: thick;
           color: #000000;
           font-size:500;
           font-weight:bold
}

