body         { color: #000000; font-size: 11px; }
			
table        { font-size: 11px;  }
td           { font-size: 11px; }
tr           { font-size: 11px; }
			
.style1 {
	font-size: 30px;
	color: #FFFFFF;	
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;	
}
.style2 {
	font-size: 11px;
	color: #FFC1A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;		
	text-decoration: underline;
}
.style3 {
	font-size: 14px;
	color: #E1B1C9;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;		
}
.style4 {
	font-size: 24px;
	color: #FFCCFF;	
	font-weight: bold;	
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;	

}
	
.style9 {font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #0033ff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
