body
{
	background: #838F67;
	color: #222;
        font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
        font-size: 80%;
}

/*** Various html objects ***/
a
{
        color: #39414F;
        background: transparent;
        text-decoration: none;
        border-bottom: 1px dotted #39414F;
}

a:hover
{
        color: #39414F;
        background: transparent;
        border-bottom: 1px solid #39414F;
}

        .ranttitle a, .ranttitle a:hover
        {
                border: 0;
        }

.page
{
	background: #fff;
}
