BODY
{
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
	background-color : #B3A1B3;
}

TD
{
    font-family: Arial, Helvetica, sans-serif;
	color : Black;
    font-size : 14px;
	background-color : #FFFFFF;
}

H1
{
	text-align: left;
	font-size : 30px;
    font-family : "Times New Roman", Times, serif;
    font-style : italic;
    font-weight : bold;
	color : #6F4B6F;
	margin-left : 20px;
}

H2
{
    font-size : 24px;
	text-align : center;
	color : #6F4B6F;
}

H3
{
    font-size : 18px;
	text-align : center;
    color : #6F4B6F;
}

H4
{
	font-size : 20px;
	text-align: left;
	font-weight : bold;
    color : #6F4B6F;
}

H5
{
	font-size : 16px;
	text-align: left;
	font-weight : bold;
    color : #6F4B6F;
}

H6
{
    color : #000000;
	font-size : 22px;
	text-align: center;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	font-weight : normal;
}

LI
{
	padding-top : 8px;
}

LI.nopad
{
	padding-top : 0px;
}

LI.indent
{
    padding-top : 3px;
	margin-left : 25px;
}

.footer
{
	font-size : 12px;
}

.form
{
	font-size : 12px;
}

.bold
{
	font-weight : bold;
	color : #804280;
}

.larger
{
	font-size : 16px;
}

.small
{
	font-size : 12px;
}

.smallnormal
{
	font-size : 12px;
	font-weight : normal;
}

.smaller
{
	font-size : 11px;
}

.largerbold
{
    font-size : 15px;
	font-weight : bold;
	color : #804280;
}

.indent30
{
    padding-top : 3px;
	margin-left : 30px;
}

.boardtitle
{
    font-size : 15px;
    padding-bottom : 8px;
    text-decoration : underline;
}

.quote
{
	font-size : 14px;
	font-style : italic;
	margin-right : 25px;
	margin-left : 25px;
}

.quoteauthor
{
	font-size : 12px;
	text-align : right;
	margin-right : 50px;
	margin-left : 25px;
}

.todo
{
	font-style : italic;
    color : #FF0000;
}

A:LINK
{
    color : #0000FF;
    text-decoration : none;
}

A:VISITED
{
    color : #800080;
    text-decoration : none;
}

A:HOVER
{
    color : #FF0000;
    text-decoration : underline;
}

.copyright
{
	font-size : 9px;
	color : #666666;
}

.error
{
	color : #FF0000;
}


