h1{
	text-align: center;
}

H3{
	font-family: Arial, sans-serif;
	text-align: center;
	text-decoration: underline;
	font-weight: bolder;
	font-style: italic;
	font-size: 20px;
}

H4{
        font-family: Arial, sans-serif;
        text-decoration: underline;
        font-weight: bolder;
        font-style: normal;
        font-size: 14px;
}


BODY,TD{
	font-family: "Thahoma", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

PRE{
	font-weight: bold;
	color: #FFFFFF;
}

blockquote {
	color: #000000;
	margin: 1em 0 0;
	padding: 16px;
}

A:link,A:visited{
	color: #000088;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: none;
	background-color: transparent;
	font-weight: bolder;
}
 
A:hover,A:active{
	color: #000088;
	font-family: Tahoma, Verdana, sans-serif;
	text-decoration: underline;
	background-color: transparent;
	font-weight: bolder;
}

