body {
   color : #000000;
   background : #ffffff;
   font-family : "Times New Roman", Times, serif;
   font-size : 12pt;
   line-height: 120%; 
}

#header_for_print {
  font-size: 14pt; 
  margin: 0;
}

#header {
   display: none;
}

h1 {
   color: black; 
   padding-bottom: 1px;
   border-bottom: 1px solid gray;
   font-size: 18pt;
}

h2 {
   font-size: 16pt;
}

#slogan {
   display: none;
}

#sidebar_left{
   display: none;
   }
   
#sidebar_right {
   display: none;
}

#footer {
	padding-top: 30px;
    text-align: center;
    font-size: 11pt;
}

#main_content {
   width: auto;
   margin: 0;
   padding-top: .5em;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
a[href^="/"]:after {
   content: " (http://www.kopmeyertalty.com" attr(href) ") ";
   }