body{
   font-family: calibri, helvetica, 'century gothic';
   color: #f2f6fa; background:#101010;
}

A:link {color:#a7b6d2;text-decoration: none;}
A:visited {color:#a7b6d2; text-decoration: none;}
A:active {color:#a7b6d2; text-decoration: none;}
A:hover {color: white; text-decoration: none; cursor: ne-resize;}

table{
  font-family: calibri, helvetica, 'century gothic'; color: #f2f6fa;
  border-width:0px; border-spacing:0px; background:#101010;
}

table.all{
   width:100%; height:100%;
   border-width:0px; border-spacing:0px;
}

td{vertical-align:top;}

td.banner{width:100%;}

td.menu{
   font-family: calibri;
   padding-top:10px;
   padding-bottom:20px;
   text-align:center;
   width:15%; height:35%;
}

td.info{
   font-family: calibri;
   padding-top:10px;
   padding-bottom:10px;
   height:65%;
   /* background-image: url(bk.jpg);
   background-position: bottom left;
   background-repeat:no-repeat; */
}

td.copyright{
	font-family:calibri; color:#555;
	background-color:#101010;
	padding:0px; vertical-align:bottom;
	height:5%;
}
   
td.pith{color:#f2f6fa;
   background-color: #101010;
   padding-right:0px;
   vertical-align:top;
   weight:85%; height:100%;
}

hr{margin-top:20px;margin-bottom:20px;}

h3{color:#7a848e;letter-spacing:2.5px;font-weight:bold;text-align:center;margin-bottom:10px;}

h4{color:#898989;letter-spacing:1.5px;font-weight:bold;margin-bottom:4px;text-transform:uppercase;}

.date{letter-spacing:2px;font-weight:bold;color:#999;margin-bottom:2px;}

.entry{text-align:justify; margin-left:0px; margin-bottom:20px;}

.bbgd{background: #101010; color:#f2f6fa;}

