.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline blink;
}
a {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FF0000;
	font-weight: bold;
	font-style: oblique;
	font-variant: normal;
}
.minimap {
	font-family: "Times New Roman", Times, serif;
	font-size: 2px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: blink;
	line-height: normal;
}