/* phpBB2 News Script  by http://www.pcforen.de
   Version 0.23

   Download: http://www.pcforen.de/tools/news.zip

   Edit news design below: */

.blackbox {
 outline: black solid thick
 border-top: 1 solid #000000;
 border-left: 1 solid #000000;
 border-right: 1 solid #000000;
 border-bottom: 1 solid #000000;
}

/* title */

.title {
 color:#000000;
 font-size:12pt;
 font-weight:bold;
 font-family:Arial,Helvetica;
}


/* date */

.date {
 color:#000000;
 font-size:9pt;
 font-style:italic;
 font-family:Arial,Helvetica;
}


/* news text */

.newstext {
 color:#000000;
 font-size:10pt;
 font-family:Arial,Helvetica;
}


/* hyperlinks */

a { text-decoration:none; color:#0000FF; }
a:visited { text-decoration:none; color:#0000FF; }
a:active { text-decoration:none; color:#FF0000; }
a:hover { text-decoration:underline; color:#0000FF; }