/* ___________ LAYOUT ______________*/
body {
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}
#nav {
	display:none;
}
#footer {
	display:none;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
/* ___________ /LAYOUT _____________*/
/* underline all links */
a:link, a:visited	{
    text-decoration: underline;
  }

/* CSS2 selector to add visible href after links */
  #content a:link:after,
  #content a:visited:after
  {
    content: " (" attr(href) ") ";
    font-size: 0.8em;
    font-weight: normal;
  }