A {text-decoration: none;}
A:link {color:blue;}
A:visited {color: aqua;}
A:active {color:yellow;}
A:hover {color:red;}
 span.new {color: #ff9900; font-style: italic; font-size: 18pt;}
 div.titles {font-size: 12pt; color: white; font-weight: bold; background-color: #333333;}
UL: { list-style-sype: square; font-size: 18pt;}

BODY{
   color: white;
   background: black;
}

