a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color:#cc0066;
}

body, td, th {
  font-size: 12px;
}

.s {
  font-size: 11px;
}

.xs {
  font-size:10px;
}

.l {
  font-size: 13px;
}

.xl {
  font-size: 14px;
}

.w {
  color:white;
}

.red {
  color:red;
}

body{
  margin-top:0px;
  margin-left:0px;
}