body {
    margin: 0px;
    font-family: Georgia, Verdana, sans-serif;
    color: black;
    background: white;
}

h3 {
    color: black;
}

A:link { 
    color: #9090FF; 
    font-weight: bold; 
    font-style: normal;
    text-decoration: none; 
}
A:active { 
    color: #9090FF; 
    font-weight: bold; 
    text-decoration: none;
}
A:visited { 
    color: #9090FF; 
    font-weight: bold; 
    text-decoration: none;
}
A:hover { 
    color: navy; 
    font-weight: bold; 
    text-decoration: underline;
}

td {
    margin: 10px;
    font-size: 10pt;
}

pre {
    margin-left: 15px;
    color: #007F00;
}

.main {
    padding: 10px;
}

.messages {
    padding: 10px;
    color: #D0D0D0;
}

.sidebar {
    font-size: 8pt;
}

.title {
    color: black;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
}

.subtitle {
    color: black;
    padding: 10px;
}

.signature {
    font-size: 11px;
    color: #202020;
}

.clean {
    font-family: Verdana, Arial, Sans Serif;
}

.phi {
    font-size: 18px;
}
