H1  {
	color : #000080;
	text-align : center;
	font-size : x-large;
}

H2  {
	color : #000080;
	text-align : center;
	font-size : large;
}

H3  {
	color : #000080;
	font-style : italic;
	text-align : center;
	font-size : medium;
}

A:link  {
	color : #0000FF;
	text-decoration : none;
}

A:visited  {
	color : #800080;
	text-decoration : none;
}

A:active  {
	color : #000080;
	text-decoration : underline;
}

A:hover  {
	color : #0000FF
	text-decoration : underline;
}

.text  {
	text-align : justify;
	font-size : small;
	font-weight : bold;
	font-family : Times New Roman, serif;
	color : #000080;
}

