/* external style sheet my.css */
body {background:#800040; font-family: Arial, Helvetica, sans-serif;
max-width:90%; margin:auto;}

a:link, a:active, a:visited {color:#004080;}
a.wss:link, a.wss:active, a.wss:visited {color:#ffffff;}
a.w:link, a.w:active, a.w:visited {color:#ffffff;}

div.main {background-color:#ffffff;
   border-color:#ffffff; border-width:1px;
   padding:2%;
   margin-top:0;
   }
h1,h2,h3,h4 {color: #800040;}
.head {color:white;}
.head a:link, .head a:active, .head a:visited {color:#ffffff;}
.head a:hover {color:yellow;}
.c {text-align:center;}
.l {text-align:left;}
.r {text-align:right;}
.j {text-align:justify;}
.fr {float:right; text-align:right;}

.l40 {margin-left:40px; text-align:justify;}
.ss {font-size: 80%;}
.ll {font-size: 120%; }
ol.pub {font-size: 75%;}
table {border:0;}
.tit {color:#ff0000; font-style:italic;} 

b {color:#800040; font-weight:bold;}
ul.redlist {font-size: 80%;}
.foot {font-size: 80%; color: #ffffff; text-align:center; font-family: Arial, Helvetica, sans-serif;}
.wss {font-size: 80%; color: #ffffff; font-family: Arial, Helvetica, sans-serif;}
.wss b { color: #ffffff;}
.w {color:#ffffff;}
#fr {float:right;}
a:hover {color: #ff8000;}
a.wss:hover {color: yellow;}
a.w:hover {color: yellow;}
.valid {border:none; float:right; }
img {border:none;}
fieldset {background-color:#ffcc99;}
legend {padding:10px; font-weight: bold; color:#800040; 
 border: thin #ffffff groove; background-color:#ffffff;}
/* for rounded corners */
@media print {
.valid, .noprint {display:none;}
.pgbr { page-break-before: always; }
}
/* end of file */