body {
    background: #999999;
    font-family: Arial,sans-serif;
}

img {
    border: 0px;
}

form {
    margin: 0px;
}

h1 {
    text-align: center;
    color: #ffffff;
    font-size: 14pt;
}

.content {
    margin: 0 auto;
    width: 620px;
}

.summary {
    text-align: center;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    width: 300px;
    height: 200px;
    float: right;
}

.breakeven {
    text-align: center;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    width: 300px;
    height: 200px;
}

.breakeven span {
    color: #ff0000;
}

.help {
    text-align: center;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    width: 300px;
    height: 200px;
    float: right;
}

.profit {
    text-align: center;
    background: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    width: 300px;
    height: 200px;
}

h2 {
    color: #000000;
    font-size: 10pt;
    margin-top: 3px;
    text-decoration: underline;
}

table {
    margin: 0 auto;
}

th {
    font-size: 10pt;
    padding-left: 10px;
    padding-right: 10px;
}

td {
    font-size: 10pt;
    color: #ff0000;
}

th.r {
    color: #ff0000;
}

th.sum {
    text-align: right;
    width: 110px;
}

th.sumr {
    text-align: right;
    color: #ff0000;
    width: 110px;
}

th.sumg {
    text-align: right;
    color: #008000;
    width: 110px;
}

#ssellclicks {
    text-align: left;
    color: #000000;
}

#scpc {
    text-align: left;
    color: #000000;
}

#scoc {
    text-align: left;
    color: #ff0000;
}

#scps {
    text-align: left;
    color: #000000;
}

#sprofit {
    text-align: left;
    color: #008000;
}

p {
    margin: 5px;
    color: #000000;
    font-size: 8pt;
}

#pr {
    font-weight: bold;
    color: #008000;
    font-size: 14pt;
    text-decoration: underline; 
}

input {
    background: #FFFF99;
    border: 1px solid black;
    text-align: center;
}
