/*
Spraakmakend project
Colors used:
	- Red: 	#CD003A
	- Light blue: #9FD7E2
	- Dark blue:	#00ABC4
@author: Jeroen van den Berg
@version: 200710-01
*/
body, #publerBody {
	font-family: Frutiger, Univers, "Helvetica Neue", arial, helvetica, sans-serif; /* Choose your best suited font-family from: X:/Templates/font-families.css */
	color: #333;
}

h1 { /* You don't HAVE to change size and margin, this is done in the publer std.css */

}
	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? */
	
#contents h2 {
	font-size: 14px;
	color: #cd003a;
}

#contents h3, #contents h3 a {
	font-size: 12px;
	color: #cd003a;
}
#contents a {
	color: #00ABC4;
	text-decoration: none;
}

#contents a:hover {
	color: #cd003a;
	text-decoration: underline;
}
