﻿/* Basic font styles */
body {
    background: #fff;
    color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 65%;
}
p, cite, li, address, blockquote {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
}
li li { font-size: 1em; }
td, th { font-family: Verdana, Arial, Helvetica, sans-serif; }
h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h1 { font-size: 2em; font-weight: bold; }
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
    text-decoration: none;
}
h3 a{
    text-decoration: none;
}
h4 { font-size: 1.2em; }
input, select {
    font-size: 1em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
legend { font-size: 1.6em; }