body
{
background-color: white;
color: black;
}

/*These entries position and describe the main structural elements, and suppress those not for printing*/

#content
{
border-style: none;
position: absolute;
margin-top: 4em;
width: auto;
}

#navbar
{
display: none;
}

#logoframe
{
display: none;
}

#banner
{
border-style: none;
position: absolute;
margin-top: 0;
margin-left: 0;
height: 4em;
width: auto;
}

div.header
{
font-size: 2.5em;
}

#footer
{
display: none;
}

/*These entries suppress images*/

img.logo
{
display: none;
}

img.imvalid
{
display: none;
}

img.imhit
{
display: none;
}

/*This entry suppresses content not needed on computer screens*/

.skip
{
display: none;
}

/*These entries control the appearance of content elements*/

p
{
margin-left: 1em;
margin-right: 1em;
text-align: center;
}

ul
{
margin-top: 0.5em;
}

ul.secnav
{
display: none;
}

.table
{
margin-left: auto;
margin-right: auto;
}

hr.half
{
width: 50%;
}

hr.fourth
{
width: 25%;
}
h1, h2, h3, h4
{
text-align: center;
}

