BODY { 
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : black;
	text-indent : 15pt;
	text-align : justify
}
  
A:LINK { 
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
	color : blue
}
  
A:VISITED { 
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
	color : purple
}
  
STRONG { 
	font-family : Arial;
	font-size : 20pt;
	font-weight : bolder;
	font-style : italic;
	color : #00B3FF
}

EM { 
	font-family : Arial;
	font-size : 15pt;
	font-weight : bold;
	font-style : italic;
	color : #2480FB
}
TD { 
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : silver;
	text-indent : 15pt;
	text-align : justify
}