body {
  background-color: white;
}

body,td {
  font-family: Verdana;
  font-size: 12px;
  color: gray;
}

a {
  color: gray;
  text-decoration: none;
}

a:visited {
  color: gray;
}

a:hover {
  color: #303030;
  text-decoration: underline;
}

h1 {
	font-family: Verdana;
	font-style: italic;
	font-size: 12px;
	color: gray;
	margin: 0px;
	font-weight: normal;
}

.menu {
  font-size: 12px;
  color: #303030;
}

a.menu {
  font-size: 12px;
  color: gray;
  text-decoration: none;
}

a.menu:active {
  color: gray;
}

a.menu:visited {
  color: gray;
}

a.menu:hover {
  color: #303030;
  text-decoration: none;
}

.copyright {
  color: silver;
}

.title {
  color: white;
}

a.title {
  color: white;
}

a.title:hover {
  color: silver;
  text-decoration: none;
}


img {
  border-color: silver;
}

a.button {
  color: white;
  font-size: 11px;
  font-weight: bold;
}

a.button:hover {
  color: F96302;
	text-decoration: none;
}

.maintext {
  line-height: 16px;
}

a.orbutton {
  color: white;
  font-size: 13px;
  font-weight: bold;
}

a.orbutton:hover {
  color: F96302;
	text-decoration: none;
}
