@charset "utf-8";

@import url(https://fonts.jimstatic.com/css?family=Vollkorn%3A400);

body {}

body, p, table, td
{
    font:normal 13px/130% Vollkorn, serif;
    color:#940052;
}

input, textarea
{
    font:normal 13px/130% Vollkorn, serif;
}

h1
{
    font:italic normal bold 35px/140% Vollkorn, serif;
    color:#AF00C7;
    text-align:center;
}

h2
{
    font:italic normal bold 25px/140% Vollkorn, serif;
    color:#00AFAF;
    text-align:center;
}

h3
{
    font:italic normal bold 15px/140% Vollkorn, serif;
    color:#00AFAF;
    
}

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

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

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