body {background-color: white; margin: 0px; padding: 0px;}
a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
h1   {color: white; font-family: calibri; font: bold; font-size:20px; margin: 0px;}

p.left  {color: #f0f0f0; font-family: calibri; font-size:15px; margin-bottom: 15px; margin-right:15px; overflow:auto; }
p.right {color: #f0f0f0; font-family: calibri; font-size:15px; margin-bottom: 15px; margin-left:15px; overflow:auto; }

#scroll {position:relative; padding-left:0px; height:100%; overflow:auto;  }
#nav {position:fixed; left:40px; top:40px; width:300px; height:100%; z-Index:3; }
#header {position:fixed; left:0px; top:0px; width:100%; z-Index:3; background-color: black;}
#footer {position:fixed; left:0px; bottom:0px; width:100%; z-Index:3; background-color: black;}
#content {position:absolute; right:-5px; top:27px; width:100%; z-Index:2; }



.cell_hvr1 a {
	display: block;
	background-color: black;
}
.cell_hvr1 a:hover {
    background-color: #2c68ff;
}

.cell_hvr2 a {
	display: block;
	background-color: black;
}
.cell_hvr2 a:hover {
    background-color: #3cec79;
}


 
 table , td, tr {
   border: solid 0px;
   border-color: white;
   margin: 0px;
   padding: 0px;
   border-collapse: collapse;
   top: 0px;
   border-spacing: 0px;

}

 table.two {
   border: solid 0px;
   border-color: black;
   margin-bottom: 70px;
   margin-left: 20px;
   padding: 0px;
   border-collapse: collapse;
   top: 0px;
   float: left;
   border-spacing: 0px;

}


