/*
Common
*/
body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}
h1 {
 color: #000;
 font-weight: bold;
 margin: 0;
 font-size: 160%;
}
a:link, a:visited {
 color: #555;
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #333;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.footer {
 font-style: italic;
}
