
body      {
    font-family: verdana, arial, helvetica;
}

.fixed     {
    font-family: courier new, courier;
}

.green    { color: #006000; }

.red      { color: red; }

.blue     { color: #000080; }

.yellow   { color: #909000; }

.white    { color: #ffffff; }

.newtitle {
    font-family: century gothic, verdana,
                 arial, helvetica;
    font-size: 160%;
}

.ncctitle {
    font-family: new century schoolbook, century schoolbook, 
                 times new roman, times;
    font-size: 119%;
}

.largest  {
    font-size: 143%;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

.large    {
    font-size: 119%;
    font-family: verdana, arial, helvetica;
}

.normal    {
    font-size: 100%;
    font-family: verdana, arial, helvetica;
}

.small    {
    font-size: 90%;
    font-family: verdana, arial, helvetica;
}

.smallest {
    font-size: 75%;
    font-family: verdana, arial, helvetica;
}

a         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

a:link    {
    color: black;
    text-decoration: underline;
}

a:visited {
    color: black;
    text-decoration: underline;
}

a:hover   {
    color: black;
    text-decoration: underline;
}

a.hidden         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
    text-decoration: none;
}

a:link.hidden    {
    color: black;
    text-decoration: none;
}

a:visited.hidden {
    color: black;
    text-decoration: none;
}

a:hover.hidden   {
    color: black;
    text-decoration: none;
}

