body    {
        background-color: #000000;
   	font-family: Arial;
   	font-size: 11pt;
   	color: #C0C0C0;
        }

A:hover {
        background-color: #FFFFFF;
        weight: bolder; 
   	color: #000000;
   	cursor: hand;
   	font-family: Arial;
   	font-size: 11pt;
   	line-height: 11pt;
   	text-decoration: none
        }

A:visited {
   	cursor: hand;
   	font-family: Arial;
   	font-size: 11pt;
   	line-height: 11pt;
   	color: #808080;
        weight: none; 
   	text-decoration: none
        }

A:link {
   	cursor: hand;
   	font-family: Arial;
   	font-size: 11pt;
   	line-height: 11pt;
   	color: C91F4E;
        weight: none; 
   	text-decoration: underline
        }

