﻿body {
   background:silver;
   font-size: 12pt;
   color: black;
   font-family: "Book Antiqua", "Times New Roman", Times, serif;
   }
   
   
#menu14 {
   display: none;
   }

h1, h2, h3{
	font-size: large;
}
   
img  {
	display: none;
   }
   
   
.hbtronix_icon  {
	max-height:25px;
	max-width:25px;
	}
	
	
#container, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   z-index: 10;
   }
   
   
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   color: black;
   }
   
   
div#banner {
   margin-bottom: -8px;
   }
   
   
div#banner img {
   vertical-align: bottom;
   }
   
   
a:link, a:visited {
   text-decoration: none;
   }
      
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
   
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }

