@charset "utf-8";



body {}

body, p, table, td
{
    font:normal 15px/140% Georgia, "Times New Roman", Times, serif;
    color:#000000;
}

input, textarea
{
    font:normal 15px/140% Georgia, "Times New Roman", Times, serif;
}

h1
{
    font:italic normal bold 18px/140% Georgia, "Times New Roman", Times, serif;
    color:#11D300;
    text-align:center;
}

h2
{
    font:italic normal bold 18px/140% Georgia, "Times New Roman", Times, serif;
    color:#11D300;
    text-align:center;
}

h3
{
    font:italic normal bold 30px/140% Georgia, "Times New Roman", Times, serif;
    color:#11D300;
    text-align:center;
}

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

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

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