/* http://www.kellysgreenteam.com/base.css */

body      {
    font-family: verdana, arial, helvetica;
}

.fixed     {
    font-family: courier new, courier;
}

.brown    { color: #655025; }

.green    { color: #008000; }

.brgreen  { color: #009f00; }

.red      { color: red; }

.blue     { color: #000080; }

.yellow   { color: #909000; }

.white    { color: #ffffff; }

.largest  {
    font-size: 130%;
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

.larger   {
    font-size: 120%;
    font-family: verdana, arial, helvetica;
}

.large    {
    font-size: 110%;
    font-family: verdana, arial, helvetica;
}

.normal    {
    font-size: 100%;
    font-family: verdana, arial, helvetica;
}

.small    {
    font-size: 90%;
    font-family: verdana, arial, helvetica;
}

.smaller  {
    font-size: 80%;
    font-family: verdana, arial, helvetica;
}

.smallest {
    font-size: 70%;
    font-family: verdana, arial, helvetica;
}

a         {
    font-weight: bold;
    font-family: verdana, arial, helvetica;
}

a:link    {
    text-decoration: underline;
}

a:visited {
    text-decoration: underline;
}

a:hover   {
    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;
}

