body, table
{
    font-family:        Trebuchet MS, sans-serif;
    font-size:          13px;
}

a, a:link, a:visited
{
    text-decoration:    none;
    color:              #004000;
}

a:hover
{
    text-decoration:    underline;
    color:              #004000;
}

p:first-letter
{
    font-family:        "Times New Roman";
    font-size:          15pt;
    font-weight:        bold;
}

/*
    Forms
    for http://www.hotelkeszycalesna.pl
    by studio.freelancersGroup
*/

input, select, textarea
{
    font-family:        Trebuchet MS, sans-serif;
    font-size:          8.5pt;
    color:              #004000;
    border:             1px;
    border-style:       solid;
    border-color:       #B3C776;
    padding:            1px;
    background-color:   #FFFFFF;
}

input:hover, select:hover, textarea:hover
{
    font-family:        Trebuchet MS, sans-serif;
    font-size:          8.5pt;
    color:              #004000;
    border:             1px;
    border-style:       solid;
    border-color:       #004000;
    padding:            1px;
    background-color:   #FFFFFF;
}

