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

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #019CE0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
}
a:link {
	color: #FFFF99;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF00;
	text-decoration: underline;
}
.large_text {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bold;
}

