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

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

.green    { color: #006000; }

.red      { color: red; }

.blue     { color: #000080; }

.yellow   { color: #909000; }

.white    { color: #ffffff; }

.title    {
    font-weight: bold;
}

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

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

h2, .larger   {
    font-size: 131%;
    font-family: verdana, arial, helvetica;
}

h3, .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;
}


