body, td{
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  color: #000000;
  line-height: 14px;
}
a:link {
  color: #0066FF;
  text-decoration: underline;
 }
a:visited {
  color: #0066FF;
  text-decoration: underline;
 }
a:hover {
  color: #000000;
  text-decoration: none;
 }
 a:active {
  color: #000000;
  text-decoration: underline;
 }


.grey{
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  color: #666666;
  line-height: 14px;
}
 a:link.grey {
  color: #666666;
  text-decoration: underline;
 }
 a:visited.grey {
  color: #666666;
  text-decoration: underline;
 }
a:hover.grey {
  color: #000000;
  text-decoration: none;
 }
 a:active.grey {
  color: #000000;
  text-decoration: underline;
 }


.lucas{
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  color: #666666;
  line-height: 14px;
}
 a:link.lucas {
  color: #FF6699;
  text-decoration: underline;
 }
 a:visited.lucas {
  color: #FF6699;
  text-decoration: underline;
 }
a:hover.lucas {
  color: #000000;
  text-decoration: none;
 }
 a:active.lucas {
  color: #000000;
  text-decoration: underline;
 }


.news{
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  color: #000000;
  line-height: 12px;
}
 a:link.news {
  color: #666666;
  text-decoration: underline;
 }
 a:visited.news {
  color: #666666;
  text-decoration: underline;
 }
a:hover.news {
  color: #000000;
  text-decoration: none;
 }
 a:active.news {
  color: #000000;
  text-decoration: underline;
 }


.bluetext{
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  color: #0066FF;
  line-height: 13px;
}
 a:link.bluetext {
  color: #666666;
  text-decoration: underline;
  font-style: italic;
 }
 a:visited.bluetext {
  color: #666666;
  text-decoration: underline;
  font-style: italic;
 }
a:hover.bluetext {
  color: #000000;
  text-decoration: none;
  font-style: italic;
 }
 a:active.bluetext {
  color: #000000;
  text-decoration: underline;
  font-style: italic;
 }


.bluetext_italic{
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  font-style: italic;
  color: #666666;
  line-height: 13px;
}