.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size:  1em;
	font-weight: Bold;
	color: #432c11;
	margin-left: 5px;
}

.Normal
{
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size:  1em;
    font-weight: Normal;
    color: #432c11;
}

a.Normal
{
    color: #660000;
}

a.Normal:hover
{
	color: #990000;
	text-decoration: underline;
}

