<style type="text/css">

	.normal{
	font-family:
	arial;
	font-size: 12px;
}

	h1{
	font-family: Arial;
	color: blue;
	font-size: 20px
}

	h3{
	font-family: Arial;
	color: blue;
	font-size: 16px
}

	p{
	font-family: arial;
	font-size: 12px;
}

	a{
	font-family: arial;
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

	li{
	font-family: arial;
	font-size: 12px;
}

	.footer{
	font-family: arial;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

</style>