/* This stylesheet is for printing pages */
/* Last update 7/4/07 */

body 
{
background: white;
font-size: 12pt;
}

#leftcontent
{
display: none;
}


#rightcontent
{
display: none;
}


#centercontent 
{
width: auto;
margin: 0%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}

div#centercontent 
{
width:80%;
margin-left: 5%;
margin-right: 5%;
padding-top: 1em;
}


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

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

#centercontent a[href^="/"]:after 
{
content: " (C:/HASS/Website" attr(href) ") ";
}

