body {
background-color: #42d7ff;
background-image: url('images/media/bg.jpg');
background-repeat: repeat-x; 
}

Hex={38,CE,FB}  light blue
Hex={02,00,64}  dark blue
Hex={AF,ED,FF}  sky blue
Hex={E3,C1,83}   mustard
Hex={8D,C8,52}    green
Hex={F7,93,1D}  orange

A {font-family: Arial, font-size: 10pt}

A:link {color:#020064;}

A:visited {color:#38CEFB;}

A:hover {text-decoragtion: none; color: #8DC852;}

A:active {color:#020064; text-decoration: none;}


.content {
         font-family: Arial;
         font-size: 10pt;
         text-align:	left;
         color:	#020064;
          }

.contentlightblue {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#38CEFB;
          }

.contentbluebold {
          font-family: Arial;
          font-size: 10pt;
          text-align:	left;
          color:	#020064;
          clip:   rect(   );
          font-weight: bold;
          }


.titleblue  {
	font-size: 10pt;
	color: #020064;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}
	
.titlegreen  {
	font-size: 10pt;
	color: #8DC852;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}
	
.titleorange  {
	font-size: 10pt;
	color: #F7931D;
	text-align:	left;
        font-family: Arial;
        font-weight: 900
	}


