body {
    font:normal .8em Verdana, Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
    color:white;
    background:#335280;
}
a:link {
    color:white;
    text-decoration:underline;
}
a:visited {
    color:white;
}
a:hover {
    text-decoration:none;
}
fieldset {
    border:0px;
}
.myTitle {
    font-weight:bold;
    margin-bottom:8px;
    margin-left:10px;
    margin-right:10px;
}
.myOption {
    font-weight:.8em;
}
.myAction {
    margin-top:10px;
    text-align:center;
}
.myResult {
    font-size:.7em;
    margin-top:5px;
}
.border {
    border: 0px solid #CCCCCC;
}

.border2 {
    border: 2px solid #000000;
}
.small {
    font-size: .8em;
}
.big {
    font-size: 1em;
}