@media screen,print {

/*
 *
 * This site standards
 *
 */

html {}

h1,h2,h3,h4,h5,h6
dt,dd,li,
p,em,strong,span,a,input,
address {
 font-size: 100%;
 font-style: normal;
 font-weight: normal;
 font-family: monospace,sans-serif;
}

h1, h2, h3, h4, h5, h6{
 display: block;
}
h1,h2,h3{
 font-weight: bold;
}

dt,dd { margin-left: 3.0em; list-style: none none outside; }
li { margin-left: 3.0em; list-style: disc outsize; }

} /* End @media screen,print */

@media print {

/* for ie5/6 printer */
* body { zoom: 75% !important; overflow: visible !important; }
* { background-image: none !important; vertical-align: 0; }
a:after {
    /*content: " >> " attr(href) " ";*/
    font-size: 10.5pt;
}

} /* End @media print */

