body{
    margin: 0 20px 0 20px;
}

#container {
    width:675px;
    margin-left:auto;
    margin-right:auto;
}
#answers td, th {
    border: 1px solid #999;
    text-align: center;
    font-family: Arial, Tahoma, "Sans-Serif";
    font-size: 12px;
}

.port {
    color: red;
}

.stbd {
    color: green;
}

#answers th.delete{
    color:#999;
    font-style: italic;
}
#answers th {
    vertical-align: bottom;
}

#answers td.ansColumn, th.ansColumn {
    background-color: #ccffcc;
}

input {
    width: 25px;
    text-align: right;
}

#problem td {
    text-align: right;
}
#problem td.aLeft {
    text-align: left;
}

.hiliteRow{
    background-color: #ddd;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 12px;
}

p {
    font-size: 14px;
}

.small{
    font-size:10px;
}
a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

a:hover {text-decoration:underline;}