﻿body, #container
{
    background: White; 
    color: Black;
	font-family: Arial;
	font-size: 10pt;
}
a:link, a:visited
{
    background: white; 
    color: #520; 
    text-decoration: underline;
}    
h1, h2, h3, h4, h5
{
    background: white; 
    color: black; 
    padding-bottom: 1px;
    border-bottom: 1px solid gray;
}
#navigation, #header2, #sidebar, #leftsidebar, #footer, #images, #intcontent img, #content img
{ 
    display: none;
}
