A:link, A:visited  {
	
	color : yellow;
}

A:active  {
	
	color : Fuchsia;
}

A  {
	
	color : #507050;
}

body  {
	background-color : #8083FC;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
}

P  {
	text-align : justify;
	text-indent : 20;
	margin-left : 5;
	margin-right : 5;
}

.text2  {
	font-family : arial, helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	color : blue;
	text-decoration : none;
}

.text2i  {
	font-family : arial, helvetica, sans-serif;
	font-style : italic;
	font-weight : normal;
	font-size : 10pt;
	color : blue;
	text-decoration : none;
}

.text3  {
	font-family : arial, helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 8pt;
	color : yellow;
	text-decoration : none;
}

