 

body {
    background-color: #2D2740; 
	background-image : url(images/dibg2.jpg);
	color: black;
	font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}
A:link {
   font-size: 12 pt; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #21356a; 
   text-decoration : none; 
  

}

A:visited {
    font-size: 12 pt; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
 color :#cc0000;
   text-decoration : none;
   
}


A:hover {
  font-size: 12 pt; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
 color :#cc0000;
   text-decoration : underline; 
  
}
h1, h2, h3, h4 { 
	 font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: none;
	color: #21356a; 
	text-align: center;
	width: 100%;
}
table {
	font-size : 12pt;
	text-align : left;
}
.backgroundtext {background-color: blue; color: white;}	
}
.backgroundtextwhite {margin:0 0 1.5em 0;
	font-size: 16px;
	border:1px solid #feb;
	/* border-left:4px solid #f60;*/
	background-color:#ffc;
	color:#000;
	padding:.2em 1em .4em;
}
.boldtext {font-family: arial; font-weight: bold; color: red;}
.double {padding: 6px;}
.dotted {border-style: dotted; border-width: thin; border-color: red
}