BODY, TD {
  font-family:arial;
}
A {
    text-decoration:underline;
    color:black;
}
A:Hover {
    color:gray
}
.button {
    font-size:14pt;
    font-weight: 800;
    margin-top:10px;
    position:relative;
    left:-15;
    bottom:30;
}
a.button {
    color:black;
    text-decoration:none;
}
A.button:Hover {
    background:lightgrey;
}
.title {
    position:relative;
    bottom:-10;
    font-size:14pt;
    font-weight: 800;
}
.news {
    font-size:10pt;
}
