/* 
Yes2web Standaard CSS - V 20070801 
Main.css Bevat de opmaak code voor alles wat door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: naam
@version: yyyymmdd-##
*/

body, #publerBody {
	font-family: font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	text-align: center;
	background-color: #3a4079;
	color: white;
	line-height: 1.3em;
	padding: 3px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
}

	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; } /* reset the first H{x} of the page */
	* html h1, * html h2 { margin-top: 0; } /* Don't we all love Bill? */
	
	h1 + h1 {
	margin-top: 0;
}	
	
h2, h2 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A4079;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A4079;
}

h4 {
	color: #FFF;
}

h5 { /* H5 is the same size and weight as P: make sure color differs from P */
	color: #FFF;
}

p{

}

a, a:link, a:visited, a:active, a:hover {
	color: #3A4079;

}

a:hover {
	text-decoration: none;
}

.date {
	font-weight: bold;
}