/* style sheet by g patton last update 032207 */
/* basic sheet to change link look when mouseover */

/* body */

body {
   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   color: #000000; /* text color */
   
}

/* main outer box */
#main ( 
   margin-left: auto;
   margin-right: auto;
   text-align: left;
)


/* page format dees colors */
.background01 {
     background-color: #83947D;
}
.background02 {
     background-color: #83DBDE;
}
.background03 {
     background-color: #CBF1CA;
}
.background04 {
     background-color: #F9FCF9;
}

/* links */
/* old gcp 565656 */
a: {
   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #565656;
   text-decoration: none;
}

a:link {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #565656;
   text-decoration: none;
}

a:visited {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #565656;
   text-decoration: none;
}

a:hover {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

a:active {

   font-family: Verdana, Helvetica, Arial, Geneva, SunSans-Regular;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
}

td {
   align: left
}


