/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/ 

/* GENERIC */
H1  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolderr;
	color: #0078FF;
}

/* GENERAL */
/* style for module titles */

/* text style used for most text rendered by modules */
.Normal
{         color: #FFFFFF;
          font-size: 12px;
}

/* CUSTOM */

Table {
               font-size: 9pt;
}

