@import url("/kirriwa.css");

body
{
    background: #ffffff; 
    /*background: #e0ffff; */
}

.new
{
    font-weight: bolder;
}

a
{
    /*color: #2e5c84;*/
    color: #336699;
    /*color: #000080;*/
    text-decoration: none;
}

a:hover
{
    /*color: #336699;*/
    /*color: #ff0000;*/
    color: #dc143c;
    text-decoration: underline;
}

a:link:hover, a:visited:hover
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override :hover colour if link has been visited */
    /*color: #336699;*/
    /*color: #ff0000;*/
    color: #dc143c;
    /* override .new bold font if link has been visited */
    font-weight: normal;
    text-decoration: underline;
}

a.new:link:hover
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override :hover colour if link has been visited */
    /*color: #336699;*/
    /*color: #ff0000;*/
    color: #dc143c;
    /* override .new bold font if link has been visited */
    font-weight: bolder;
    text-decoration: underline;
}

a.new:visited
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override .new bold font if link has been visited */
    color: #336699;
    font-weight: normal;
    text-decoration: none;
}

a.new:visited:hover
{
    /* :link included so that anchors which are not links are not highlighted */
    /* override :hover colour if link has been visited */
    /*color: #336699;*/
    /*color: #ff0000;*/
    color: #dc143c;
    /* override .new bold font if link has been visited */
    font-weight: normal;
    text-decoration: underline;
}

div
{
    border: none;
    padding: 5px;
}

span.heading
{
    font-weight: bolder;
}

p.hanging
{
    text-indent: -5%;
    padding-left: 5%;
}
