/* #### Body #### */
.body {
  background-color: #FF6600;
  scrollbar-base-color: #ffffff;
  scrollbar-3dlight-color: #FF9933;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-darkshadow-color: #FF9933;
  scrollbar-face-color: #FF9933;
  scrollbar-highlight-color: #FF9933;
  scrollbar-shadow-color: #FF9933;
  scrollbar-track-color: #FFCC99;
}

/* #### Text #### */
.normal {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.blank {
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #ff6600;
  text-decoration: none;
}
.between {
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.headline {
  font-family: arial;
  font-size: 19px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

/* #### Links #### */

a:link, a:visited, a:active, a:focus {
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: Purple;
	text-decoration: none;
}
a:hover {
  font-weight: bold;
  font-family: Arial;
  font-size: 12px;
  color: #337A91;
  text-decoration:none;
}

