td.maintext {
font-family: Verdana;
color: #000000;
font-size: 12;
}

td.topnav {
font-family: Verdana;
color: #000000;
font-size: 10;
text-align: right;
}

td.heading {
font-family: Verdana;
color: #FFFFFF;
font-size: 13;
text-align: center;
}

td.mainnav {
font-family: Verdana;
color: #000000;
font-size: 13;
text-align: center;
word-spacing: 15px;
}

a.navigation:link {
text-decoration: none;
color: #333333;
}

a.navigation:visited {
text-decoration: none;
color: #333333;
}

a.navigation:hover {
text-decoration: none;
color: #888888;
}

body /* Internet Explorer */
{
text-align: center;
}

body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}