a {
	font-weight: bold;
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	font-weight: bolder;
	color: #FF0000;
	text-decoration: underline;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
	background-position: center;
}

