body {
    background: url(/img/bg.gif) top left repeat-x #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 150%;
    color: #4B4B93;
}
a,
a:link {
    cursor: pointer;
    color: #4B4B93;
    text-decoration: none;
}
img {
    border: 0;
}
h1, h2, p, table, ul, ol {
    margin-bottom: 20px;
}
h1 {
    font-size: 1.4em;
    text-transform: uppercase;
}
h2 {
    font-size: 1em;
}
ul, ol {
    padding-left: 20px;
}
table {
    width: 100%;
    border-collapse: collapse;
}
th, td {
    text-align: left;
    vertical-align: top;
    padding: 3px 0;
}
