

/* CSS Document */

body {
	background-color: white;
	color: #b8b8b8;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* put url after link text instead of underlining */
a:link, a:visited {
  background-color: #FFFFFF; 
  color: #2c2f33; 
  text-decoration: none;
}

.big a[href]:after {
content: " (" attr(href) " )";
font-size: 10px;  
}

.navcontainer, .tagline, .bt-nav, .bcumb, .small {
display: none;
}

#footer {
font-size: 11px;
border-top: 1px solid #000;
padding-top: 10px;
}

acronym {
  border: 0;
}

acronym:after {
  content: " (" attr(title) ")";
}
