/**

 * Code snippet: anynews

 *

 * This code snippets grabs news from the WB news module database

 * and displays them on any page you want by invoking the function

 * displayNewsItems() via a page of type code or the index.php

 * file of the template.

 *

 * This file contains the CSS styles used in the frontend.

 *

 * LICENSE: GNU General Public License 3.0

 *

 * @author                Christian Sommer

 * @copyright        Christian Sommer (c) 2007-2009

 * @license                http://www.gnu.org/licenses/gpl.html

 * @version                0.91

 * @platform        Website Baker 2.7

*/



/*

 * PLEASE NOTE:

 * You need to include this file manually to the index.php file of your template to use it.

 * Please check the Readme file for details.

*/



div.anynews {
   margin: 3px;
   padding: 0 0 5px 7px;
   width: 94%;
/*   background-color: white; */
}
div.anynews h2 {
  color:  #343434;;
  text-align: center;
  font-size: 14px
}
div.anynews strong {
  color: maroon;
  text-align: left;
  font-size: 18px
}
div.anynews p {
 font-size: 12px;
 color: #343434;
}
div.anynews a {
   color: #a67400;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   font-size: 1em;
}
div.anynews a:hover {
   text-decoration: underline;
   color: #343434;
}
