@charset "utf-8";
body {
	font-family: Tahoma;
	background-color: #830000;
	color: #FFFFFF;
}
a:link {
	color: #ffcf0b;
	text-decoration: none;
}
a:visited {
	color: #ffcf0b;
	text-decoration: none;
}
a:hover {
	color: #ffcf0b;
	text-decoration: underline;
}
td {
	font-size: 20px;
}

