<html><body><p>/* CSS Document */

body {
	background: white;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
   
#content {
   width: auto;
   margin: 0;
   padding: 10px 0px 0px 0px;
   border: 0;
   color: black;
   background: transparent none;
   clear: both;   
   border-top: solid 5px #000000;
   }
   
#logo {
	margin: 0px 0px 10px 0px;
	padding: 0;
	display: inline;
	float: left;
	}
	
#topichdr {
	marin: 0;
	padding: 0;
	display: inline;
	float: right;
	}
	
#footer {
	marin: 0;
	padding: 0;
	width: auto;
	border-top: solid 5px #000000;
	text-align: center;
	}
			   
a:link, a:visited {
   	color: #520;
   	background: transparent;
   	font-weight: bold;
   	text-decoration: underline;
   	}
	
#content a:link:after, #content a:visited:after {
   	content: " (" attr(href) ") ";
   	font-size: 90%;
   	}
	
#content a[href^="/"]:after {
   	content: " (http://www.cdc.gov" attr(href) ") ";
   	}
</p></body></html>