/*  Style sheet for East Hill Friends Church web site */

a:link
{    
    font-size: 9pt;    
    color: #006E00;    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;   
}

a:visited
{
    font-size: 9pt;
    color: #006E00;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;    
    text-decoration: underline;
}

a:hover
{
    font-size: 9pt;    
    color: #FFFFA5;
    background-color: #009900;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;    
    text-decoration: none;    
}

body
{
    background-color: #808080;
    font-weight: 400;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
    font-weight: 500;
    font-size: 14pt;
    font-family: Times New Roman, Arial, Helvetica, sans-serif;
}

hr
{
    width: 550px;
}

img
{     
    border: none;
}

td
{    
    font-weight: 400;
    font-size: 9pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* button up is is #009900 */
/* button normal is #008000 (standard "green") */
/* button down is #006E00 */
/* yellow is #FFFFA5 */
/* green on map is #E7EFD6 */
