Body {
    Font-family : Arial, Helvetica, Helv, sans-serif;
    Font-style : normal;
    Font-variant : normal;
    Font-weight : normal;
    Font-size : medium;
    Color : black;
    Background-color : transparent;
    Word-spacing : normal;
    Letter-spacing : normal;
    Text-decoration : none;
}
A {
    Color : #FE0000;
    text-decoration: none;
}
A:visited {
    Color : #FE0000;
    text-decoration: none;
}
A:hover {
    Color : #FE0000;
    text-decoration: underline;
}
.buttonscontainer {width: 107px;}

.buttons a {
    color: RED;
    border: none;
    background-color: #EEEEEE;
    padding: 2px;
    padding-left: 3px;
    font: 10px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin: 0px;
    width: 100%;
    text-align: left;
}

.buttons a:hover {
    border: none;
    padding-left: 4px;
    padding-top: 3px;
    padding-bottom: 1px;
    padding-right: 1px;
    font-weight: bold;
    background-color: #CCCCCC;
    color: #000000;
    text-decoration: none;
}

.ftbkgrnd {
    background-image : url('http://www.kwik-way.com/images/bgdown.gif');
    background-color : blue;
    color : white;
    font-family : Arial, Helvetica, Helv, sans-serif;
    font-weight : normal;
}
