/* CSS Document */

body {
  background-color: white; 
  color: black; 
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: white; 
  color: black; 
  text-decoration: none;
}

.big a[href]:after {
content: " (" attr(href) " )";
font-size: 10px;  
}

.navcontainer, .tagline, .bt-nav, .bcumb, .small 
{
display: none;
}

h1
{
        display: none;
}

table 
{
        width: 700px;
        text-align: left; 
        margin-left: auto; 
        margin-right: auto;
        border-width: 1px;
        border-style: solid;
        cellpadding: 4; 
        cellspacing: 0; 
          font: 12px Verdana, Arial, Helvetica, sans-serif;
 }

#footer {
font-size: 11px;
border-top: 1px solid #000;
padding-top: 10px;
}

acronym {
  border: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}