BODY
{
	font-size: 16px;
	color: #000000;
	font-family: Garamond, Arial, Times New Roman;
}

A
{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	font-family: Garamond, Arial, Times New Roman;
	text-decoration: none;
}
A:link
{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	font-family: Garamond, Arial, Times New Roman;
	text-decoration: none;
}
A:active
{
	font-weight: bold;
	font-size: 16px;
	color: #FF0000;
	font-family: Garamond, Arial, Times New Roman;
	text-decoration: none;
}

A:hover
{
	font-weight: bold;
	font-size: 16px;
	color: #5f5d5b;
	font-family: Garamond, Arial, Times New Roman;
	text-decoration: none;
}
TD
{
	font-size: 16px;
	color: #000000;
	font-family: Garamond, Arial, Times New Roman;
}

P
{
	font-size: 16px;
	color: #5f5d5b;
	font-family: Garamond, Arial, Times New Roman;
}

.button
{
	font-weight: bold;
	font-size: 16px;
	font-family: Garamond, Arial, Times New Roman;
    color: #5f5d5b;
    background: #F3F3FF;
    text-align: center;
    border: 1px solid;
    border-color: #FF0000 #FF0000 #FF0000;
}
