/* general HTML display */

BODY, TD, P, TABLE			{
	font-size: 12px;
	color: #6E5F4A;
	font-family: Georgia, serif;
	margin: 0px;
	line-height: 22px;

}

A 					{ color: #671B1B; text-decoration: none; }
A:link				{ color: #671B1B; text-decoration: none; }
A:visited			{ color: #671B1B; text-decoration: none; }
A:active			{ color: #6E5F4A; text-decoration: underline;  }

h1			{
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: bold;
	color: #6E5F4A;

}

h2			{
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	color: #6E5F4A;

}

h3			{
	font-family: Georgia, serif;
	font-size: 17px;
	line-height: 22px;
	color: #671B1B;

}

h4			{
	font-family: Georgia, serif;
	font-size: 11px;
	color: #671B1B;
    text-decoration: none;
}

.section-head			{
	font-family: Georgia, serif;
	font-size: 15px;
    text-decoration: strong;
	color: #6E5F4A;
}

.countdown {
	font-family: Tahoma;
	font-size: 11px;
	color: #B1A28B;
    text-decoration: none;
}
.copyright {

	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
    text-decoration: none;
}
