.heading1 {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 18px; 
  color: #999; 
  background-color: transparent;
  line-height: 32px;
}

.heading2 {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
}

.text1 {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 12px;
  line-height: 16px;
}
.text2 {
  font-family: Arial, Helvetica, Sans-Serif; 
  font-size: 10px;
  line-height: 14px;
}
.text_fixed {
  font-family: Courier; 
  font-size: 12px;
  line-height: 14px;
}
.text_shell {
  color: #FFF;
  font-family: Courier; 
  font-size: 12px;
  line-height: 14px;
}
.command {
  color: #000000;
  background-color: #CCCCCC;
  font-family: Courier; 
  font-size: 12px;
  line-height: 14px;
}
A:link {
  color: #00C;
  background-color: transparent;
  text-decoration: none;
}

A:active {
  color: #00C;
  background-color: transparent;
  text-decoration: none;
}

A:visited { 
  color: #00C;
  background-color: transparent;
  text-decoration: none;
}

A:hover {
  color: #00C;
  background-color: transparent;
  text-decoration: underline;
}


TABLE, TH, TD {
  font-size: small;
}

BODY {
  font-family: Verdana, Arial, Helvetica, Sans-Serif; 
  font-size: small;
  color: #000;
  background-color: #006699;
  padding-left: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.white {
  background-color: #FFFFFF;
}
.background {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  border: 0px solid #CCC;
  color: #FFFFFF
}
ADDRESS {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: small;
}

