/* Style contents found at http://www.alistapart.com/articles/goingtoprint/ */

body
{
    background: white;
    font-family: "Trebuchet MS" , Georgia, Verdana, Arial, Helvetica, sans-serif;
}

#framecontentLeft
{
    display: none;
}

#framecontentTop
{
    display: none;
}

#maincontent
{
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none !important;
    color: black;
    background: transparent;
}

a:link, a:visited
{
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

#maincontent a:link:after, #maincontent a:visited:after
{
    content: " (" attr(href) ") ";
    font-size: 90%;
}

#maincontent a[href^=" /"]
:after
{
    content: " (http://www.najvs.org" attr(href) ") ";
}

.lihd
{
    list-style-type: none;
}
