.b
	{
		color : Red;
		font-weight : bold;
 		font-size : 8pt;
		font-family: Tahoma;
	}
a:hover
	{
	color: Red;
	text-decoration: underline;
	}
a:link
	{
	color: Blue;
	text-decoration	:	none;
	}
a:visited
	{
	color: #009999;
	text-decoration:none;
	} 
a:active 
	{
	color: Red;
	text-decoration	:	none; 
	}
h1
	{
	font-family:Times New Roman;
	color: #008040;
	font-size: 13pt;
	font-weight: bold;
	text-align:center;
	}
h2
	{
	font-family:Times New Roman;
	color: rgb(40,82,123);
	font-size: 14pt;
	font-weight:bold;
	text-align:center;
	}
h3
	{
	font-family:Times New Roman;
	color: Navy;
	font-size: 12pt;
	font-weight	:bold;
	text-align:left;
	}
h4
	{
	font-family:Times New Roman;
	color: rgb(0,0,0);
	font-size:11pt;
	text-align:Justify;
	font-weight: normal;
	line-height:20px;
	margin:2px
	}
h5
	{
	font-family:Times New Roman;
	color: rgb(51,102,153); 
	font-size: 10pt;
	font-weight	:Normal;
	text-align:	Justify;
	}
	.article
{
	text-align: justify;
	font-family:tahoma;
	color: rgb(0,0,0);
	font-size:10pt;
	font-weight:Normal;
	background-image : none;
   font-weight: 500;
	line-height:22px;
	margin-right:15px;
	margin:3%;
	width: 520px;
}
