body {
   background: white;
   font-size: 12pt;
   font-family: Times New Roman;
   }
   
.hidden, 
div#hd,
div#ft,
.homepage-nav-header,
.nav-header, 
.two_column_side,
img.nav-li-image,
img {
   display: none;
   }
   
#bd {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }


h1{
	font-size: 1.5em;
	font-style: bold;
	padding-bottom: .5em;
}

h2, h3, h4, .title{
	font-size: 1.2em;
	font-style: bold;
	padding-bottom: .5em;
}

p{
	padding-bottom: 15px;
}

strong{
	font-size: bold;
}


td{
	padding: .5em;
}


a:link, a:visited {
   color: blue;
   background: transparent;
   text-decoration: underline;
   }
   

