a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #C0C0C0;
	text-decoration: underline;
}

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	margin-left: 50px;
	margin-top: 20px;
}

.big {
	font-size: 14pt;
	font-weight: bold;
}

.font-12 {
	font-size: 12pt;
	font-weight: bold;
}

.large {
	font-size: 30pt;
	font-weight: bold;
	list-style: none;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.small {
	height: 8pt;
}

.title {
	font-size: 16px;
}

