﻿/*******************************************************************
 * Name:			CssContentStyle.css
 * Description:		stylesheet that contains the style classes that 
 *					can be used in html content (available in the 
 *					text editor of the CMS
 *
 * Notes:			Do not specify font-sizes her (use CssFontSize instead)
 *
 *******************************************************************
 * Current site:	Onderneming + Pensioen
 *******************************************************************/
H2 {
   color: Black;
}

/**********************************************
 *
 * CONTENT STYLE CLASSES
 * (available to CMS users in text editor)
 *
 **********************************************/

.OndernemingEnPensionBlack {
   color: Black;
}

.OndernemingEnPensionBrown {
   color: #918e74;
}
