@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
body {
	background-color: #FFF;
	text-align: center;
}
a {
	color: #666;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
.lemur_title {
	font-size: 50px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.lemur_subtitle {
	font-size: 24px;
}