body, p {
font-family: Times New Roman, serif;
font-size: 12pt;
}
 
a:link {
   color: #0033CC;
   background-color: transparent;
   text-decoration: none;
   }
   
a:visited {
   color: red;
   background-color: transparent;
   text-decoration: none;
   }
   
   
.red {
    color: red;
    background-color: transparent;
    }
    
.small {
       font-size: small;
       }
       
.blue {
    color: #000066;
    background-color: transparent;
    }
    
.indent {
    margin-left: 10px;
    }

.nav {
   font-size: 10pt;
    }
    
    .xsmall {
       font-size: 10pt;
       }
       
.company {
       color: black;
       background-color: transparent;
       font-weight: 700;
}

.sale {
       color: red;
       background-color: transparent;
       font-weight: 700;
}