BODY {
	background: url(pictures/bg_blue3.gif); 
	color: #369; 
	font-family: "Comic Sans MS", Verdana,Arial, san-serif;
    	margin-left: 100px;
  	margin-right: 60px;
 }


A, A:LINK {color: blue; text-decoration: underline;}
A:LINK.blue {background: #ADD8E6; color: blue; text-decoration: underline;}
A:Hover {text-decoration: underline; color: purple;}
A:Hover.blue {background: #ADD8E6; text-decoration: underline; color: purple;}
A:Visited {text-decoration: underline; color: #330099;}	
A:Visited.blue {background: #ADD8E6; text-decoration: underline; color:#330099;}	
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: -1}

BR.small {font-size: -1}

HR {width: 70%; height: 1pt;}

TABLE {
	width: 80%; 
}

TD {font-family: "Comic Sans MS", Verdana,Arial ,san-serif;
	font-size: 10pt;
	padding-left: 2mm;
	background-color :#ADD8E6;
}

TD.diff {background-color: white; }

Img {
	border: none; 
	padding: 1em, 1em;
}

DIV.mycenter {
	text-align: center;
}

DIV.white {
	background-color :#FFFFFF;
}

UL {
	font-size: 10pt; }
