/*  Thanks to Eric Meyer and A List Apart */


body {
     color : #000000;
     background : #ffffff;
     font-family : "Times New Roman", Times, serif;
     font-size : 12pt;
     }
     
a:link, a:visited {
	color: #0000ff;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#primarycontent #textcontainer a:link:after, #primarycontent #textcontainer a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
     
#rightbar, #leftbar, #photo {
             display : none;
             }
             
#primarycontent #textcontainer {
                 width: auto;
                 height: auto;
                 margin: 0;
                 padding: 0;
                 border: 0;
                 float: none;
                 color: black;
                 background: transparent none;
                 }

div#primarycontent  {
                     border-top: 2px solid #808080;
                    }
