body {
  font-family: Arial;
  font-size: 10px;
  color: #666666;
}



.title {
  font-family: Arial;
  font-size: 12px;
  color: #cccccc
}

.titlelink {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #ffffff
}

.titlelink:visited {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #cccccc
}

.titlelink:hover {
  font-family: Arial;
  font-size: 12px;
  text-decoration: underline;
  color: #ffcc00
}

.whitelink {
  font-family: Arial;
  font-size: 10px;
  color: #ffffff;
  text-decoration: underline
}

.whitelink:visited {
  font-family: Arial;
  font-size: 10px;
  color: #cccccc;
  text-decoration: underline
}

.whitelink:hover {
  font-family: Arial;
  font-size: 10px;
  color: #ffcc00;
  text-decoration: underline
}

.whitelink:visited:hover {
  font-family: Arial;
  font-size: 10px;
  color: #ffcc00;
  text-decoration: underline
}


.graylink:link {
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  text-decoration: underline
}

.graylink:hover {
  font-family: Arial;
  font-size: 10px;
  color: #ffcc00;
  text-decoration: underline
}

.graylink:visited {
  font-family: Arial;
  font-size: 10px;
  color: #666666;
  text-decoration: underline
}

.graylink:visited:hover {
  font-family: Arial;
  font-size: 10px;
  color: #ffcc00;
  text-decoration: underline
}

.gray {
  font-family: Arial;
  line-height: 20px;
  font-size: 10px;
  color: #666666
}

.white {
  font-family: Arial;
  line-height: 20px;
  font-size: 10px;
  color: #ffffff
}

.main {
  font-family: Arial;
  font-size: 10px;
  line-height: 14px;
  color: #555555
} 

.red {
  font-family: Arial;
  font-size: 9px;
  line-height: 10px;
  color: #cc0000
} 

b {
  font-family: Arial;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #555555
}  