/* CSS Document */

body, p, table, tr, td, th, ol, ul, li {
         color: black;
         font-size: 10px;
         font-family: verdana, arial, helvetica, geneva, swiss, sunSans-regular, sans-serif;
		 line-height: 18px;
 }

a:active { color: #5C0000; text-decoration: underline}
a:link  {  color: #5C0000; text-decoration: underline}
a:visited { color: #5C0000; text-decoration: underline}
a:hover { color: #5C0000; text-decoration: none}