/* general */
body{
 font:80%/150% Arial, sans-serif;
 color:#000;
 background:transparent;
}

/* h */
h1,h2,h3,h4{
 text-align:left;
}
div#content h2{
 font-size:1.5em;
}
div#content h3{
 font-size:1.2em;
}
div#content h4{
 font-size:1.1em;
}

/* p */
p{
 font-size:1em;
}

/* hyperlinks */
a{
 font-weight:normal;
 text-decoration:underline;
 color:#396;
 background:none;
}
a:hover{
 text-decoration:none;
}


p.skip-nav,ul#header-nav,div#left-nav,p#location,div#sub-nav{
 display:none;
}

/* div#content */
div#content{
 text-align:justify;
}
