body { color: #000; background-color: #fff; font-size: 12px; font-family: Arial, Helvetica, sans-serif; margin: 5px; line-height: 150%; }

hr {border: 1; height: 1px; width: 100%; color: #000;  } 
p { color: #000; font-size: 12px; }
li { color: #000; font-size: 12px; line-height: 150%; }
h1 { color: #000; font-size: 16px; font-weight: bold}

.grey { color: #000; font-size: 11px; } 
.white {color: #000 } 
.none {display: none } 

a { text-decoration:none; }
a:link    { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover   { color: #000; text-decoration: none; background-color: #fff; }
a:active  { color: #000; text-decoration: none; background-color: #fff; }

a.greylink {font-family: Arial, Helvetica, sans-serif; color:#000; text-decoration: none}
a.greylink:link {color:#000; text-decoration: none; }
a.greylink:visited {color:#000; text-decoration: none; }
a.greylink:hover {color:#000; text-decoration: none; }
a.greylink:active {color:#000; text-decoration: none}




