body {
       background: #FFF;
       color: #000;
       margin-left: 20px;
       margin-right: 20px;
}

DIV.left {
           font-family: helvetica;
           margin-top: 1.0%; 
           text-align: left; 
           font-size: small
}

DIV.right {
            text-align: right;
            font-family: helvetica;
            margin-top: 1.0%; 
            float: right; 	
            font-size: small
}

DIV.card { 
           background-color: white;
           border: thin solid black;
           width: 400pt;
           padding: 10px;
           font-size: medium
}

DIV.centercard { 
                 margin: 20px;
                 text-align: center;
                 font-size: medium;
}

DIV.center { 
             text-align: center 
}

.mini { 
        font-size: small;
        font-family: helvetica;
        color: #888888;
}

.name { 
        font-size: medium;
        font-weight: bold;
        text-align: center
}

span { 
       font-size: medium;
}

.itacenter { 
             font-size: medium;
             text-align: center;
             font-style: italic
}

.center { 
          text-align: center
}

A { 
    text-decoration : none;
}

A IMG {
        color: white; /* The only way to hide the border in NS 4.x */
        border: none
} 

.floatleft { 
             float: left
}

.floatright { 
              float: right
}
