/*----------------------------------DEFAULT/PRINT----------------------------------*/

body {
 background-color:#FFFFFF;
 color:#000000;
 margin:0px;
 padding:40px;
 font:14pt/160%;
 font-family:Arial, Helvetica, sans-serif;
 }
/* HIDE UNWANTED PAGE ELEMENTS */
#masthead, #sidebar, #footer {
 display:none;
 }
/*HEADING SIZES*/
h2, h3, h4 {
 font-family:Arial, Helvetica, sans-serif;
 font-weight:normal;
 line-height:135%;
 color:#000;
 }
h2 {
 font-size:22pt;
 }
h3 {
 font-size:18pt;
 }
h4 {
 font-size:16pt;
 }
h4 a:link, h4 a:visited {
 color:#000;
 text-decoration:none;
 }
/*LINKS BLACK*/
a:link, a:visited, a:active {
 color:#000;
 text-decoration:none;
 }
/*show URLs only inside the article container*/
#content a:after {
 content:"("attr(href)")";
 font-size:11pt;
 }        