.body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color:#585B5F;
    }

.port {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color:#585B5F;
    }


A         { text-decoration:none;       color: BLACK }
A:LINK    { text-decoration:none;       color: BLACK }
A:VISITED { text-decoration:none;       color: BLACK }
A:ACTIVE  { text-decoration:underline;  color: GRAY }
A:HOVER   { text-decoration:underline                }
B         { font-weight: 600 }

.justify  { text-align:justify }
.right    { text-align:right }
.center   { text-align:center }
.left     { text-align:left }

.big      { font-size: 14px }
.bigger   { font-size: 15px }
.black    { color: BLACK }
.white    { color: WHITE }
.bolder   { font-weight: 700 }

