
BODY {
    font-family: Arial;
}

P {
    font-family: Arial;
    font-size: 14;
}

P.header {
    color: #800080;
    font-family: Verdana;
    font-size: 20;
}

TABLE {
    font-family: Arial;
    font-size: 14;
}

A:link {
    color: #000099;
    text-decoration: underline;
}
A:visited {
    color: #000099;
    text-decoration: underline;
}
A:hover {
    color: #0000FF;
    text-decoration: underline;
}

A.template:link {
    color: #FFFFFF;
    text-decoration: underline;
}
A.template:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
A.template:hover {
    color: #FFFF00;
    text-decoration: underline;
}

/* USED FOR LEFT MENU SYSTEM */
/* Taken from: http://accessify.com/tools-and-wizards/developer-tools/list-o-matic/ */

.navcontainer ul
{
   margin-left: 0px;
   padding-left: 0px;
   list-style-type: none;
   font-family: Arial, Helvetica, sans-serif;
   margin-top: 0px;
   margin-bottom: 0px;
}

.navcontainer a
{
   display: block;
   width: 178px;   padding: 12px;
   padding-left: 20px;
   font-family: Verdana;
   font-size: 14px;
   font-weight: bold;
}

.navcontainer a:link, .navlist a:visited
{
   background-image: url(http://www.homeformothers.com/images/layout_menuitem3.png);
   background-repeat: no-repeat;
   color: #000000;
   text-decoration: none;
   margin-bottom: 2px;
}

.navcontainer a:hover
{
   background-image: url(http://www.homeformothers.com/images/layout_menuitem.png);
   background-repeat: no-repeat;
   color: #000000;
}