@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Droid+Sans%3A400%7CUbuntu%3A400);

body {}

body, p, table, td
{
    font:normal 15px/150% "Droid Sans", sans-serif;
    color:#666666;
}

input, textarea
{
    font:normal 15px/150% "Droid Sans", sans-serif;
}

h1
{
    font:normal normal normal 40px/140% Ubuntu, sans-serif;
    color:#abc655;
    
}

h2
{
    font:normal normal normal 30px/140% Ubuntu, sans-serif;
    color:#627221;
    
}

h3
{
    font:normal normal normal 20px/140% Ubuntu, sans-serif;
    color:#abc655;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#abc655;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #abc655;
}

div.hr
{
    border-bottom-style:dotted;
    border-bottom-width:1px; /* fix */
    border-color: #999999;
    height: 1px;
}
