body {
	color: white;
	background-color: #4000FF;
}
body, td, p, li {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.mactable {
	background-color: #00B95E;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	color: white;
}

.mactable a {
	color:white;
}

.mactable a:hover {
	text-decoration: underline;
	background-color: #00B95E;
}

.wintable {
	background-color: #0099FF;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
	color: white;
}
.kubi-title {
	color: #0099FF;
	font-size: 120%;
	font-weight: bold;
}

.wintable a {
	color:white;
}

.wintable a:hover {
	text-decoration: underline;
	background-color: #0099FF;
}