﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 70%;
    color: #303c49;
}

h1 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 0 0 15px;
}

p {
    line-height: 1.5em;
    margin: 0 0 15px;
}

a {
    color: #303c49;
    text-decoration: none;
}

ul {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: circle;
    line-height: 1.5em;
}

ul li {
    margin: 0 0 0 15px;
}

select {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #303c49;
    padding: 4px;
    border: solid 1px #cccccc;
}

input {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    color: #303c49;
    padding: 4px;
    border: solid 1px #cccccc;
}

table.data {
    border-collapse: collapse;
}

table.data th {
    padding: 4px;
    border: solid 1px #cccccc;
    background: #cccccc;
    text-align: left;
}

table.data td {
    padding: 4px;
    border: solid 1px #cccccc;
}

table.data tr.alt td {
    background: #efefef;
}