@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family:Garamond;
	font-size: 16px;
	color: #7e0a27;
}

.footer {
	font-family:Garamond;
	font-size: 11px;
	color: #68554D;
	text-align:right;
}

.footer a:link
{
	font-family:Garamond;
	font-size: 11px;
	color: #68554D;
	text-align:right;
}

.footer a:hover
{
	font-family:Garamond;
	font-size: 11px;
	color: #7e0a27;
	text-align:right;
}
.footer a:active
{
	font-family:Garamond;
	font-size: 11px;
	color: #68554D;
	text-align:right;
}
.footer a:visited
{
	font-family:Garamond;
	font-size: 11px;
	color: #68554D;
	text-align:right;
}

a {
	font-size: 16px;
	color:#C60;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#F63;
	text-decoration:none;
}
a:active {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;

}
h1 {
	font-size: 20px;
	text-shadow:#999;
	color:#630;
}
h3 {
	font-size: 14px;
	text-shadow:#999;
	color:#630;
}
.buttons a {
	font-size: 13px;
	color: #FFF;
}
.buttons a:visited {
	text-decoration: none;
}
.buttons a:hover {
	color:#F96;
	text-decoration: none;
}
.buttons a:active {
	font-weight:bold;
	text-decoration:underline;
}
.buttons a:link {
	text-decoration: none;
}
	
h2 {
	font-size: 18px;
	color:#7e0a27;
}