input, a, div, td, body {
    font-family: arial, cursive;
    font-size: 10pt;
}

form, body {
    margin: 0;
    overflow-x: hidden;
}

.codeLines {
    padding-right: 10px;
}

h2 {
    font-size: 20px;
}

.view {
    margin: 0;
    padding: 10px 5% 10px 5%;
}

.pretty p {
    text-indent: 50px;
}

thead td {
    font-weight: bold;
}

td {
    background-color: white;
}

.edit {
    margin: 0;
    padding-left: 10%;
    padding-top: 5%;
    padding-right: 20%;
}

.edit p {
    margin: 0 0 20px;
    padding: 0;
}

.wide {
    width: 80%;
}

.edit textarea {
    height: 200px;
}

.footer {
    border-top: darkgray solid 2px;
    margin-top: 10px;
    padding: 10px;
    width: 40%;
}

a {
    color: #b61a1a;
}

a:visited {
    color: #831414;
}

.bigparagraph {
    margin-top: 15px;
    margin-bottom: 5px;
}

p {
    margin-top: 5px;
    margin-bottom: 0;
}

.withTopLine {
    border-top: #d3d3d3 solid 1px;
}

.helpblock {
    padding: 10px;
}

.importantText {
    font-weight: bold;
}

.helpblock p {
    background-color: beige;
}

.header {
    text-align: center;
    margin-top: 10px;
}

address {
    display: inline;
}

.header table {
    width: 90%;
}

.menu {
    text-align: center;
    margin-top: 20px;
}

.menu table {
    width: 96%;
}

.menuItem {
    background-color: #b61a1a;
    color: white;
    font-weight: bold;
}

.menuItem a, .menuItem a:visited {
    font-weight: normal;
    color: white;
}

.selectMenuItem {
    color: #b61a1a;
    font-weight: bold;
    background-color: white;
}

