body {
   color: #000;
   background: #000;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10pt;
}

#mainbox {
    border: 0px #000 solid;
    width: 100%;
}

#content {
  width: 90%;
  border: 0px #000 solid;
}

#mainmenu {
  display: none;
}

#navigation {
  display: none;
}

#footer {
  display: none;
}


#logo {
  display: none;
}

.commentsection {
    display: none;
}
    
.blogpost {
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  border: 0px #000 solid;
}

.h2link:link, .h2link:visited {			
   font-size: 12pt;   
   font-style: normal;
   font-weight:bold;
   margin: 0px;
   padding: 0px;  
   margin-bottom: 15px;
   border: 0px solid #fff;
   color: #000;  
   font-variant:none; 
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.blogpost h2 {   
   font-size: 12pt;   
   font-style: normal;
   font-weight:bold;
   margin: 0px;
   padding: 0px;     
   color: #000;  
   border-bottom: 1px solid #000;
   margin-bottom: 15px;
   font-variant:none; 
   text-decoration: none;
   font-family: Verdana, Arial, Helvetica, sans-serif; 

}


.blogpostdate {
	font-size: 10pt; 	
	text-decoration: none;
	text-align: right;
	margin-top: -10px;
}

.blogpostendborder {
    margin: 0 150px 40px 150px;
    border-bottom: 2px #000 solid;
    
}
    
.blogposttext {
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 10pt;
}