body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;	
	background-color: #e6e6e6;
}

.stdfont1 {
  font-family: Verdana, Arial;
  font-size: xx-small;
}
.stdfont1a {
  font-family: Verdana, Arial;
  font-size: xx-small;
  color: white;
}
.stdfont1b {
  font-family: Verdana, Arial;
  font-size: xx-small;
  color: #990000;
}
.stdfont1c {
  font-family: Verdana, Arial;
  font-size: xx-small;
  color: #515151;
}

.stdfont2 {
  font-family: Verdana, Arial;
  font-size: x-small;
}
.stdfont2a {
  font-family: Verdana, Arial;
  font-size: x-small;
  font-weight: bold;
  color: white;
}
.stdfont2ab {
  font-weight: bold;
  font-family: Verdana, Arial;
  font-size: x-small;
  color: white;
}

.stdfont3a {
  font-family: Verdana, Arial;
  font-size: small;
  color: white;
}

.stdback1 {
  background-color: white;
  margin: 0px;
}
.stdback2 {
  background-color: #990000;
  margin: 0px;
}
.stdback3 {
	background-color: #515151;
}
.stdback4 {
  background-color: #e6e6e6;
  margin: 0px;
}
.stdback4m {
  background-color: #e6e6e6;
  margin-top: 20px;
  margin-left: 20px;
}

.subtitle1 {
  padding-top: 4px; 
  padding-bottom: 4px;
  background-color: #515151;
  color: white;
  font-size: x-small;
  font-weight: bold;
}

.subtitle2 {
  border: 1px inset;
}

a:hover {
  color: red;
}
a:link {
 color: #515151;
}
a:visited {
 color: #515151;
}
