body {
 margin: 2px;
 padding: 0px;
 font-family: Verdana;
 font-size: 14px;
}
font,body,th,td,p {
 font-family: Verdana;
 font-size: 14px;
}
h1 {
  font-family: Verdana;
  font-size: 18px;
}
a:hover { text-decoration: underline; color: red; }
a.sidebar:link, a.sidebar:active, a.sidebar:visited {
  font-family: Verdana;
  text-decoration: none;
  font-size: 14px;
  white-space:nowrap
}
a.sidebar:hover {
  color: red;
  font-family: Verdana;
  text-decoration: underline;
  font-size: 14px;
  white-space:nowrap
}
a.topbar:link, a.topbar:active, a.topbar:visited {
  color: white;
  font-family: Verdana;
  text-decoration: none;
  font-size: 16px;
  white-space:nowrap
}
a.topbar:hover {
  color: black;
  font-family: Verdana;
  text-decoration: underline;
  font-size: 16px;
  white-space:nowrap
}
.red-button {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  background:red;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  white-space:nowrap;
}
.red-button:hover {
  background: black;
  text-decoration: none;
  white-space:nowrap;
  font-weight:bold;
}
A.red-button:link, A.red-button:visited {
  color: #FFFFFF;
  font-weight:bold;
}
