a {      color: #000000;
         font-style: italic;
         font-weight: bold;
         text-decoration: none;
         text-transform: uppercase;
}
a:active {      color: #000000;
         font-style: italic;
         font-weight: bold;
         text-decoration: none;
         text-transform: uppercase;
}
a:visited {      color: #000000;
         font-style: italic;
         font-weight: bold;
         text-decoration: none;
         text-transform: uppercase;
}
a:hover {      color: #000000;
         font-style: italic;
         font-weight: bold;
         text-decoration: underline;
         text-transform: uppercase;
}
span.bg {   background-color: #b0b0b0;
}
p.date { font-family: arial, verdana, sans-serif;
         color: #000000;
         font-style: italic;
         font-weight: bold;
         font-size: 18px;
}
p.news { font-family: arial, verdana, sans-serif;
         color: #000000;
         font-style: normal;
         font-size: 14px;
}