td {
  font-family: verdana,tahoma,times,garamond,arial,hevletica;
  font-size: 14px;
}

A {
  font-size: 14px;
}

A:link {
	color: #ffff00;
    text-decoration: none;
    font-weight: normal;
}
A:active {
    color: #ffff00;
    text-decoration: none;
    font-weight: normal;
}
A:visited {
    color: #ffff00;
    text-decoration: none;
    font-weight: normal;
}
A:hover {
  color: #ffff00;
  text-decoration: underline;
  font-weight: normal;
}

.auth {
  font-family: "MS Sans Serif", sans-serif, "MS Reference Sans Serif", "MS Reference Specialty";
  color: #b6b6b6;
  font-size: 10px;
}

.desc {
  font-size: 12px;
}
