/* ------------------------------------ *
 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: 60px;
              background: #00006f;
}
div#rightedge {
              position: absolute;
              left: 950px;
              top: 0px;
              height:1400px;
              width: 60px;
              background: #00006f;
}
div#centre {
           position: absolute;
           left: 300px;
           top: 300px;
           height:100px;
           width: 400px;
           background: #cfcfcf;
          /* padding: 10px; */
           margin: 0px 10px 100px 10px;
           border-style: groove;border-width: thick;
           color: #0000ff;
           font-size:500;
           font-weight:bold
}
div#navbar {
           float : center;
}

div#marque_area {
           position: absolute;
	   clear:both;
	margin:none;
           left:200px;
           top: 500px;
           height:10px;
           width:500px;
           color: red;
           font-size:30pt;
           font-weight:bold
}

