<!--
body {
	background-color: #deebf7;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #4780bd;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	color: red;
	font-size: large;
	font-style: normal;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #7c7b06;
	font-size: medium;
	font-style: normal;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
	color: #f94725;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #fc4812;
}
-->
