@media screen {
  body {
    padding:0px;
    margin:0px;
    background:#ccf url(bmarble.png)
  }
  em {
    color:#00f;
  }
  strong {
    color:#ff0;
    background:#000;
  }
  #leftcontent {
    float:left;
    width:67%;
    padding-bottom:20px;
    margin-right:15px;
    border-right:2px dotted #000;
    border-bottom:2px dotted #000;
    background:#ccc url(marble.png)
  }
  #rightcontent {
  }
  p,h1,h2,h3,h4,pre {
    margin:0px 30px 10px 30px;
  }
  h1 {
    font-size:24pt;
    font-family : "bankgothic lt bt",Arial, Helvetica, sans-serif;   color : #000000;
    font-weight:normal;
    padding-top:10px;
    color:#c00;
  }
  h2 {
    font-size:16pt;
    font-family : Arial, Helvetica, sans-serif;   color : #000000;
    color:#00c;
  }
  h3 {
    font-size:12pt;
    font-family : Arial, Helvetica, sans-serif;   color : #000000;
    color:#00c;
  }
  h4 {
    font-size:12pt;
    font-family : Arial, Helvetica, sans-serif;   color : #000000;
  }
  #rightcontent p {
    font-size:10pt;
    margin-left:0px;
  }
  p {
    font-size:12pt;
    font-family : Arial, Helvetica, sans-serif;
    margin-bottom:10px;
    color:#000000;
    text-align : justify;
  }
  #leftcontent p {
    background:#ffff00;
  }
  #leftcontent ul,ol {
    margin-right:40px;
  }
  #rightcontent ul,ol {
    margin-right:10px;
  }
  li {
    font-family : Arial, Helvetica, sans-serif;
    color:#000000;
    margin-bottom:10px;
  }
  #leftcontent li {
    background:#ffff00;
    font-size:12pt;
    margin-right:15px;
  }
  #rightcontent li {
    font-size:10pt;
  }
  A:visited {
    color : #7a5a7a;background : #00ff00;
  }
  A:hover {
    color : #ffff00;
    background : #0000ff;
  }
  A {
    color : #0000ff;
    background : #ffff00;
  }
  #leftcontent A {
    font-size : 12pt;
    font-family : Arial, Helvetica, sans-serif;
  }
  #rightcontent A {
    font-size : 10pt;
    font-family : Arial, Helvetica, sans-serif;
  }
  .yl {
    font-weight : bold;
    font-size : 18pt;
    font-family : Helmet, Arial, Helvetica, sans-serif;
    color : #ffff00;
    background : #000000;
    text-align : center;
  }
  .rl {
    font-weight : bold;
    font-size : 18pt;
    font-family : Helmet, Arial, Helvetica, sans-serif;
    color : #ff0000;   background : #000000;   text-align : center;}
  .bl {
    font-weight : bold;
    font-size : 18pt;
    font-family : Helmet, Arial, Helvetica, sans-serif;
    color : #000000;
    background : #ffff00;
    text-align : center;
  }
  .nss {display:none;}
  #leftcontent img {
    margin-left : 10px;
  }
}
@media print {
  #rightcontent {
    display:none;
  }
  #leftcontent {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none !important;
    color:black;
    background:transparent none;
  }
  .nss {display:none;}
  body {
    background: white;
    font-family:Optima,"Times New Roman",serif;
    font-size:12pt;
  }
  a:link, a:visited {
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
  }
}