.main-text {
	font-family: arial;
	font-size: 10pt
}

.press {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	border: thin double black;
	padding: 2px
}

.press a:link {
	color: blue;
	text-decoration: none
}

.press a:visited {
	color: blue;
	text-decoration: none
}

.press a:hover {
	color: black;
	text-decoration: underline
}

ul.staff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	letter-spacing: 1px;
}
ul.staff li {
	margin-bottom: 3px;
}
ul.staff a, ul.staff a:visited {
	text-decoration: none;
	color: blue;
}
ul.staff a:hover {
	text-decoration: underline;
}