body {
	background-color:#0e5e8b;
}
.a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #0e5e8b;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
}
.a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #0e5e8b;
	text-decoration: none;
	font-weight: bold;
	line-height: 10px;
}
.a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ff6a00;
	text-decoration: underline;
	font-weight: bold;
	line-height: 10px;
}
.b:link {
	font-family: Verdana;
	font-size: 10px;
	color: #89ccdb;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}
.b:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #89ccdb;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}
.b:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #addcf7;
	text-decoration: underline;
	font-weight: normal;
	line-height: 10px;
}
.txt {
	font-family: Verdana;
	font-size: 10px;
	color: #5e5e5e;
	text-decoration: none;
	font-weight: normal;
	line-height: 13px;
}