body {
	margin: 2 0 0 0;
	color: black;
	background-color: #128A98;
}
a {
	color: #bb0681;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;
}
a:visited {
	color: #bb0681;
	font-style: italic;
	text-decoration: underline;
}


.maintext {
	font-family: arial;
	font-size: 10pt;
	color: black;
}

.desctext {
	font-family: arial;
	font-size: 11pt;
	color: black;
	font-weight: bold;
}
.headline {
	font-family: georgia;
	font-size: 17pt;
	font-weight: bold;
	color: bb0681;
}
.caption {
	font-family: arial;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	font-style: italic;
}
.bigbluelink {
	font-family: arial;
	font-size: 13pt;
	color: 128A98;
}
.smallbluelink {
	font-family: arial;
	font-size: 11pt;
	color: 128A98;
}
.count {
	font-family: arial;
	font-size: 8pt;
	color: black;
}
