
A {
  text-decoration: none;
}

a:link {
  color: #757575;
  font-size: 14px;
  font-family: sans-serif;
}

a:visited {
  color: #888888;
  font-size: 14px;
  font-family: sans-serif;
} 

a:hover {
  color: #CCCCCC;
  font-size: 14px;
  font-family: sans-serif;
} 

a:active {
  color: #CCCCCC;
  font-size: 14px;
  font-family: sans-serif;
} 

a:focus {
  color: #CCCCCC;
  font-size: 14px;
  font-family: sans-serif;
}

a.two:link {
  color: #757575;
  font-size: 21px;
  font-family: sans-serif;
}

a.two:visited {
  color: #888888;
  font-size: 21px;
  font-family: sans-serif;
} 

a.two:hover {
  color: #CCCCCC;
  font-size: 21px;
  font-family: sans-serif;
} 

a.two:active {
  color: #DDDDDD;
  font-size: 21px;
  font-family: sans-serif;
} 

a.two:focus {
  color: #DDDDDD;
  font-size: 21px;
  font-family: sans-serif;
}

p {
  color: #999999;
  font-size: 15px;
  font-family: sans-serif;
  line-height: 18px;
} 

strong {
  font-weight: bold;
  font-family: sans-serif;
  font-size: 18pt;
  line-height: 18pt;
} 

H1 {
  color: gray;
  font-size: 22px;
  font-family: sans-serif;
  padding-top: 2px;
  line-height: 24px;
}

H2 {
  font-family: sans-serif;
  font-size: 16px;
  color: gray;
  font-weight: bold;
  margin-bottom: 3px;
} 

H3 {
  font-family: sans-serif;
  font-size: 14px;
  color: gray;
  font-weight: bold;
} 

H4 {
  font-family: sans-serif;
  font-size: 12px;
  color: gray;
  font-style: normal;
} 

H5 {
  font-size: 10px;
  font-family: sans-serif;
  color: #990000;
}

TD {
  font-family: sans-serif;
  color: #BBBBBB;
  font-size: 14px;
  line-height: 18px;
}

TT {
  font-size: 15px;
  font-family: sans-serif;
}

HR {
  color: gray;
  border-top: 0px;
  line-height: 0px;
  border-bottom: 4px #AAAAAA;
}

UL {
  list-style-image: url(images/dot.gif);
  margin-left: 18px;
}

LI {
  font-weight: bold;
}
