/* the blue header, most times on the top right */
.headerblue {  
     font-family: Arial, Helvetica, sans-serif; 
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #6699CC
	 }
/* the red header */
.headerred {  
     font-family: Helvetica, Arial, sans-serif; 
	 font-size: 13px; 
	 font-weight: bold; 
	 color: #990033}
/* normal text */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    }
/* characteristics for the links: all links are underlined and are blue colored  */
a {text-decoration: underline; color:#6699cc;}
/* characteristics for the links when mouse-over: not underlined and are red colored  */
a:hover {color:#990033; text-decoration: none;}
