body {
	background-color:silver;
  background-image:url(gameday.jpg);
	background-size:100%;
  background-attachment:fixed;
}
body.drive {
	background-color:silver;
  background-image:url(million_miles/odo.jpg);
	background-size:33%;
	background-attachment:fixed;
}
body.roadsalt {
	background-color:silver;
  background-image:url(million_miles/roadsalt.jpg);
	background-size:100%;
	background-attachment:fixed;
}

a:link,a:visited {
  color:green;
	font-weight:bold;
}
a:hover,a:active {
  color:red;
	font-weight:bold;
}
a.hide:link,a.hide:visited {
  color:lime;
	text-decoration:none;
}
a.hide:hover,a.hide:active {
  color:red;
	text-decoration:none;
}
a.lime:link,a.lime:visited {
  color:lime;
	background:#7D8DA6;
	font-weight:bold;
}
a.lime:hover,a.lime:active {
  color:red;
	background:#7D8DA6;
	font-weight:bold;
}
a.navigation_bar:link,a.navigation_bar:visited {
  font-weight:bold;
  color:white;
	background-color:navy;
	text-align:center;
	text-decoration:none;
	text-transform:capitalize;
	padding:4px;
	margin:0px;
}
a.navigation_bar:hover,a.navigation_bar:active {
	background:red;
}

ul.no_indent {
  list-style-type:none;
	padding:0px;
	margin:0px; 
	font-size:medium;
}

ul.navigation_bar {
  list-style-type:none;
	font-size:small;
	position:fixed;
	z-index:1;
	top:1px;
	left:1px;
	padding:0px;
	margin:0px;
}

li.navigation_bar {
  display:inline;
}

img {
  border:0px;
}

table {
  border:4px solid black;
	border-collapse:collapse;
	padding:0px;
	width:90%;
	text-align:center;
	margin:auto;
}

table.automatic {
  width:auto;
	margin:auto;
}

table.solved {
  border:5px solid black;
	border-collapse:collapse;
	padding:0px;
	text-align:center;
	width:auto;
}

th {
  background:darkgreen;
  color:gold;
  font-family:"Arial Black","Helvetica Black","Arail";
  font-size:medium;
	font-weight:bold;
	padding:6px;
}

td {
  border:2px solid black;
	padding:3px;
}

td.picture {
  line-height:0px;
	padding:0px;
}

td.pad {
  padding:4px;
}

td.win {
  background:Green;
	color:yellow;
	text-align:center;
	width:25%;
}

td.win_key {
  background:Green;
	color:yellow;
	text-align:center;
	width:20%;
}

td.loss {
  background:DarkSlateGray;
	color:yellow;
	text-align:center;
	width:25%;
}

td.loss_key {
  background:DarkSlateGray;
	color:yellow;
	text-align:center;
	width:20%;
}

td.tie {
  background:Tan;
	color:black;
	text-align:center;
	width:25%
}

td.tie_key {
  background:Tan;
	color:black;
	text-align:center;
	width:20%
}

td.future {
  background:Yellow;
	color:green;
	text-align:center;
	width:25%
}

td.future_key {
  background:Yellow;
	color:green;
	text-align:center;
	width:20%
}

td.next {
  background:Orange;
	color:black;
	text-align:center;
	width:25%
}

td.next_key {
  background:Orange;
	color:black;
	text-align:center;
	width:20%
}

.center_box1 {
  margin:auto;
  width:60%;
  background-color:yellow;
  color:green;
  font-size:x-large;
  text-align:left;
  padding:5px;
}
.center_box_visiting {
  margin:auto;
  width:975px;
  background-color:yellow;
  color:green;
  font-size:medium;
  text-align:center;
  padding:5px;
}
.center_box_faq {
  margin:auto;
  width:90%;
  background-color:yellow;
  color:green;
	font-size:medium;
	font-weight:bold;
  text-align:justify;
  padding:25px;
}
.center_box_kanoodle {
  margin:auto;
  width:75%;
  background-color:yellow;
  color:green;
  font-size:medium;
  text-align:left;
  padding:5px;
}
.center_box_drive {
  margin:auto;
  width:90%;
  background-color:yellow;
  color:black;
  font-size:large;
  text-align:justify;
  padding:20px;
}
.page_top_header {
	font-family:sans-serif;
  position:relative;
  left:0px;
  width:78%;
  color:lime;
  text-align:right;
	text-shadow:2px 2px 4px black;
	font-weight:bold;
}
.logo_color1 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:sandybrown;
}
.logo_color2 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:lightpink;
}
.logo_color3 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:deeppink;
}
.logo_color4 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:cornflowerblue;
}
.logo_color5 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:skyblue;
}
.logo_color6 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:mediumseagreen;
}
.logo_color7 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:gold;
}
.logo_color8 {
  background:black;
	font-family:serif;
  font-weight:bold;
	color:darkorange;
}
.logo_color9 {
  background:black;
	font-family:serif;
	font-weight:bold;
	color:white;
}
.answer {
  font-weight:bold;
	font-style:italic;
	color:black;
}
.medium_sized_text {
  font-size:medium;
}
.home_game_text {
  font-family:"Arial Black","Helvetica Black","Arail";
  font-size:medium;
	font-weight:bold;
	font-style:italic;
}
.away_game_text {
  font-family:"Arial","Helvetica";
  font-size:medium;
	font-weight:normal;
	font-style:normal;
}

.in_table_svg {
  width: 100%;
}

hr {
  display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 5px;
}
