

body {background-color: white;
    font-family: Arial,Helvetica,sans-serif;
}
h1 {color:red; font-size:20pt}
h2 {color:red; font-size:15pt}
h2 {color:red; font-size:12pt}
hr {color:navy}
p {font-size:11pt; margin-left: 15px}

a:link     {color:green}
a:visited  {color:green}
a:hover    {color:red}
a:active   {color:blue}

.invert {
    border-top-style: groove;
    border-bottom-style: groove;
    border-left-style: groove;
    border-right-style: groove;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    background-color: #6666ff;
    color: #ffffff;
    font-family: 'Times New Roman',Times,serif;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}
address {
    font-size: 8pt;
}

.home {
    font-size: 8pt;
}

.title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24pt;
    font-weight: bold;
    color: #cc0000;  
    font-size: 150%;
}



