/* phpBB2 News Script  by http://www.pcforen.de
   Version 0.23

   Download: http://www.pcforen.de/tools/news.zip
in title
 background-color: #ffcc00;
 border: 1 solid #688c68;3F702E

   Edit news design below: */


/* title */

.title {
 color:#184020;
 font-size:13pt;
 font-weight:bold;
 font-family:Verdana;
}


/* date */

.date {
 color:#184020;
 font-size:10pt;
 font-style:italic;
 font-family:Verdana;
}


/* news text */

.newstext {
 color:#184020;
 font-size:11pt;
 font-family:Verdana;
}


/* 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; }
