body { font-family:Arial, Helvetica, sans-serif; font-size:10pt }
p { font-family:Arial, Helvetica, sans-serif; font-size:9pt }
th { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9pt; font-weight:bold }
td { font-family:Arial, Helvetica, sans-serif; font-size:9pt }

INPUT { color:black; font-family:arial, helvetica, sans-serif; font-size:9pt;}
SELECT  { font-family:arial, helvetica, sans-serif; font-size:9pt; }
button { font-family:arial, helvetica, sans-serif; font-size:9pt;}
submit { font-family:arial, helvetica, sans-serif; font-size:9pt;}

.all { color:black; font-family:arial, helvetica, sans-serif; font-size:9pt; }

a { text-decoration:none; font-weight:bold; color:#0033CC; }

a img { border:none; outline:none; }

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #d20428; /* Red */
    border: none;
    color: white;
    padding: 5px 32px;
    width: 300px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}
a.oldbut{
    background-color: #821212; /* Dark red */
    font-weight: normal;
}
