/* tags */

body { background-color: #ffffff; color: #000000; margin: 12px; }
p, td, th, form, ul, ol, li, blockquote { font-family: serif; }
h1, h2, h3, h4, h5, h6 { font-family: serif; }
pre { font-family: monospace; }
a:link, a:visited { color: #0000ff; }
a:hover, a:active { color: #ff0000; }
td { vertical-align: top; }

/* classes */

.small { font-size: small; }
.big { font-size: large; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.header { font-size: large; font-weight: bold; text-align: center; }
.top { vertical-align: top; }
