    html {
     padding:0px;
     margin:0px;
    }


    body {
     background-color: ffffff;
     font-size: 16px;
     font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
     color:#000000;
     scrollbar-3dlight-color:#000099;
     scrollbar-arrow-color:#000000;
     scrollbar-darkshadow-color:#000099;
     scrollbar-face-color:lightsteelblue;
     scrollbar-highlight-color:lightsteelblue;
     scrollbar-shadow-color:lightsteelblue;
     scrollbar-track-color:#000099;
    }


    a { color: Brown;
	background: inherit;
	text-decoration: none;}


    h1, h2 { color: #ffffff;}


    h1 {
     font-size: 25px;
     background-color: 000000;
    }


    h2 {
     font-size: 20px;
     background-color: CornflowerBlue ;
    }


    p, ol, ul, h3 {background-color: WhiteSmoke;}


    p, ol,ul, h1, h2, h3 {margin:0px;}


    p, h1,h2,h3 {
     padding: 5px 15px;
    }


    ol,ul {
     padding: 0px 40px;
    }

 
   ul {list-style-type: none;}




    #links {
     position: absolute;
     left: 2%;
     width: 22%;
     top: 20px;
     max-height: 90%;
     background-color: WhiteSmoke;
     overflow: auto;
    }



    #info {
     position: absolute;
     left: 25%;
     width: 73%;
     height: 90%;
     top: 20px;
     background-color: WhiteSmoke;
     overflow: auto;
    }
