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
}
  
CODE { 
	font-family : "Courier New";
	font-size : 10pt;
	color : red;
	background : black;
	text-align : left
	text-indent: 0pt;
}

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
}

DIV { 
	font-family : Times New Roman;
	font-size : 12pt;
	font-weight : normal;
	font-style : none;
	color : black;
	text-align : left
}
