/*-------------------------------------------------------------------#
# default_index.css
# sample Default Index CSS file
#-------------------------------------------------------------------*/

a:link, a:active, a:visited {
  color: #f8f8f2;
  text-decoration: none;
}

a:hover {
  color: #f8f8f2;
  text-decoration: underline;
}
.jmBody {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: #E0D8B8;
  background-position: center;
  margin: 0;
  margin-left: 0;
  color: #f8f8f2;
}

.jmTable {
  background-color: #ADA78D;
  border-style: none;
  border: 0px;
  width: 100%;
}

.jmHeader {
  background-color: #ADA78D;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 10;
  color: #f8f8f2;
}

.jmMessage {
  background-color: #ADA78D;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 10;
  color: #f8f8f2;
}

.jmButton {
  background-color: #ADA78D;
  height: 30px;
  text-align: center;
  font-family: Verdana;
  font-variant: small-caps;
  font-size: 12px;
  color: #f8f8f2;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}