.mediumfont {
    font-family: verdana, arial, helvetica;
    font-size: 12px;
    color : #000000;
    text-decoration : none;
    }
    
.smallfont {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color : #000000;
    text-decoration : none;
    }
    
a.smallfont:hover {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color : #000000;
    text-decoration : underline;
    }
  
.smallredfont {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color : #992626;
    text-decoration : underline;
    }   
    
a.smallredfont:hover {
    font-family: verdana, arial, helvetica;
    font-size: 11px;
    color : #992626;
    text-decoration : underline;
    }    
            
.imageborder {
    border: 1px #000000 solid;
    } 
    
.title {
    font-family: verdana, arial, helvetica;
    font-size: 13px;
    color : #000000;
    text-decoration : none;
    }