body
{
    FONT-FAMILY: Verdana, Georgia;
    FONT-SIZE: 10px;
    BACKGROUND-COLOR: #ffffff;
    background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
a
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #ff0522;
    FONT-FAMILY: Verdana, Georgia;
    TEXT-DECORATION: none
}
a:hover
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #64aa69;
    FONT-FAMILY: Verdana, Georgia;
    /* COLOR: #ff0522;
    TEXT-DECORATION: underline */
}
input
{
    FONT-FAMILY: Verdana, Georgia;
    FONT-SIZE: 10px;
}
textarea
{
    FONT-FAMILY: Verdana, Georgia;
    FONT-SIZE: 10px;
    HEIGHT: 12px;
}
select
{
    FONT-FAMILY: Verdana, Georgia;
    FONT-SIZE: 10px;
}
.site-title
{
    FONT-FAMILY: Verdana, Georgia;
    FONT-SIZE: 22px;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
    COLOR: #76CBA5;
}
