body {
	background-color: White;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.header_game {
	font-size: 19px;
	color: #0a78bf;
}
.header_blue {
	font-size: 17px;
	color: #0a78bf;
}
.header_green {
	font-size: 17px;
	color: #548D06;
}
p {
	font-size: 11px;
	color: #3C3F41;
}
a {
	font-size: 11px;
	color: #3C3F41;
}
a:hover {
	color: #0a78bf;
}
.menu {
	font-size: 12px;
	color: #3C3F41;
	text-decoration: none;
	font-weight: bold;
}
.menu_select {
	font-size: 12px;
	color: #0a78bf;
	text-decoration: none;
	font-weight: bold;
}
.menu:hover {
	font-size: 12px;
	color: #0a78bf;
	text-decoration: none;
	font-weight: bold;
}
.white {
	font-size: 11px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.white:hover {
	font-size: 11px;
	font-weight: bold;
	color: #E9F3DA;
	text-decoration: none;
}
.navigator {
	font-size: 11px;
	font-weight: bold;
	color: Silver;
	text-decoration: none;
}
.navigator:hover {
	font-size: 11px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}
.navigator_select {
	font-size: 11px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}
.blue {
	font-size: 11px;
	font-weight: bold;
	color: #0a78bf;
	text-decoration: none;
}
.green {
	font-size: 11px;
	font-weight: bold;
	color: #548D06;
	text-decoration: none;
}
.black {
	font-size: 11px;
	font-weight: bold;
	color: #3C3F41;
	text-decoration: none;
}
.black:hover {
	font-size: 11px;
	font-weight: bold;
	color: #548D06;
	text-decoration: none;
}

.button{
	border: 1px solid #39a2ee;
  color: #39a2ee;
  height: 22px;
  font-size: 11px;
  font-family: Tahoma;
}

