BODY
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white;
}
#nav
{
    DISPLAY: none;
}

#footer
{
    DISPLAY: none;
}

#content #search
{
    DISPLAY: none;
}

a, a:visited, a:hover, a:active
{
	text-decoration:none;
	color:#000000;
}

/*
 a:after
{
	content:' [' attr(href) '] ';
}
*/