/**
 * 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.
*/

.anynews {
	color:#505050;
	font-family:"trebuchet ms",arial,sans-serif;
	height:100%;
}

div.anynews p {
	margin:0;
} 

#link {
	margin:0 0 3em 0;
} 

#text {
	font-size:130%;
	font-family:"trebuchet ms",arial,sans-serif;
}

div.anynews h2 {
	margin:1.0em 0 0.5em 0;
	font-weight:normal;
	font-size:170%;
}

div.anynews h4 {
	margin:0 0 0.1em 0;
	font-weight:normal;
	font-size:110%;
}
}
