body, th, td {
    font-family: tahoma, arial;
    font-size: 10pt;
}

code, pre {
    font-family: lucidatypewriter, monospace, fixed;
    font-size: 9pt;
}

input, textarea, select {
    border: 1px #666666 solid;
    font-size: 9pt;
    color: black;
    background-color: #cccccc;
}

table.mainsquare {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: silver;
    background-color: #333333;
}

table.mainsquare a:link { color: #ff6600; }
table.mainsquare a:visited { color: #ff6600; }
table.mainsquare a:hover { color: #ff6600; }
table.mainsquare a:active { color: #ff6600; }

table.google_ads {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #333333;
    background-color: white;
}

.button {
    border: 1px #666666 solid;
    font-size: 8pt;
    font-weight: bold;
    color: black;
    background-color: #ff6600;
    padding: 0em;
    margin: 0em;
}

.lightbg {
    color: black;
}

.lighta {
    font-weight: bold;
}

.hilite {
    color: yellow;
    font-weight: bold;
}
.hilite2 {
    color: #99ff99;
}
.hilite3 {
    color: #ff9999;
}

.title {
    font-size: 12pt;
    font-weight: bold;
    color: white;
    padding-left: 5px;
}

.huge { font-size: 20pt; }
.bigger { font-size: 16pt; }
.big { font-size: 11pt; }
.medium { font-size: 9pt; }
.small { font-size: 8pt; }
.tiny { font-size: 6pt; }

.note {
    font-size: 9pt;
    font-weight: bold;
}

.smallnodec {
    font-size: 7pt;
    text-decoration: none;
}
