BODY {
	background: url(pictures/bg_blue3.gif); 
	color: #369; 
	font-family: sans-serif;
    	margin-left: 100px;
  	margin-right: 60px;
 }
 
A, A:LINK {background-color: white; color: blue; text-decoration: underline;}
A:LINK.blue {background-color: #ADD8E6; color: blue; text-decoration: underline;}
A:Hover {text-decoration: underline; color: purple;}
A:Hover.blue {background-color: #ADD8E6; color: purple; text-decoration: underline;}
A:Visited {text-decoration: underline; color: magenta;}	
A:Visited.blue {background-color: #ADD8E6; color: magenta; text-decoration: underline; }
A:ACTIVE {text-decoration: none; color: purple;}

H1, H2, H3, H4, H5{
	background-color: white;
	color:#369; 
	text-transform: uppercase; 
	font-family: Verdana, Arial, san-serif; 
	text-align: center;
}

P {white-space: normal;
   font-size: 10pt; }

.small {font-size: 10pts }

BR.small {font-size: 8 pt }

HR {width: 70%;
    margin-left:  80px;
   }


TABLE {
	width: 90%;
}

TD {
	font-family: "Comic Sans MS",san-serif;
	padding-left: 0mm;
	background-color :#ADD8E6;
}

TD.diff {
	font-family: "Comic Sans MS",san-serif;
}

Img {
	border: none; 
	padding: 1em, 1em;
}

DIV.mycenter {
	text-align: center;
}



UL {
	font-size: 10pt; }

DIV.afont {font-family: Verdana, Arial, san-serif;
	font-size: 9pt;
}

