body {
background: transparent;
font-size: 10pt;
font-family: arial, helvetica, sans-serif;
}

h1 {
font-size: 14pt;
}

h2 {
font-size: 12pt;
}

h3 {
font-size: 10pt;
}
	
.secondnav {
display: none;
}

#primenav {
display: none;
}

#col_one {
display: none;
}
	
.sidebar {
display: none;
}
	
#col_one_two, #col_two_three_four, #col_three_four {
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
color: black; 
background: transparent;
}

#col_one_two a:link:after, #col_one_two a:visited:after,
#col_two_three_four a:link:after, #col_two_three_four a:visited:after,
#col_three_four a:link:after, #col_three_four a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}