body {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: none;}
a:active { font-weight: bold }
a:hover { font-weight: bold }
a:link { font-weight: bold }
a:visited { font-weight: bold }
p { font-size: 12px; margin-left: 20px;; margin-right: 20px}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px}
ul {  font-size: 12px}
ol {  font-size: 12px}

@media (min-width: 700px)
{
body {max-width: 700px;}
}

@media print
{
body {  font-family: "Times New Roman", Times, serif; color: #000000; font-size: 12pt}
a:active { font-weight: bold ; color: #000000; text-decoration: underline}
a:hover { font-weight: bold ; color: #000000; text-decoration: underline}
a:link { font-weight: bold ; color: #000000; text-decoration: underline}
a:visited { font-weight: bold ; color: #000000; text-decoration: underline}
p { font-size: 12pt}
h1 {  font-family: "Times New Roman", Times, serif; font-weight: bold; font-size: 20pt; color: #000000; text-align: center}
b {  font-size: 14pt}
}