/*  Stylesheet for KFS web site */
body    {
    background-color: #CCFFCC;
    font-family: sans-serif;
}
a:hover {
    color: red;
}
img.right {
    margin-left: 20px;
}
img.left {
    margin-right: 20px;
}
table.navigation    {
    background-color: rgb(248,237,209);
    border: 1px solid #CC9900;
    font-family:    verdana,Geneva,Arial,Helvetica,sans-serif;
}
table.message   {
    font-size: 0.9em;
    background-color: #cccccc;  
    border: 2px solid darkslategray;
}
textarea    {
    font-family: sans-serif;
}
.paypal  {
  width:145px;
  background-color: rgb(254,222,159);
  font-weight: bold;
}
