/************************
* Styles for HTML pages *
************************/
.GeneralText
{
	background-image: url(../images/background-image.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment: fixed;
	font-family: Tahoma, Verdana, Helvetica, Arial;
}
h1
{
	color: #535353;
	font-size: 30px;
	font-weight: bold;
	margin: 0px 0 5px 0;
	text-align: center;
}
h2
{
	color: #535353;
	font-size: 31px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	text-align: center;
}
h3
{
	color: #535353;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 5px 0;
	text-align: center;
}

a 
{
	color: #535353;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0 5px 0;
	text-align: center;
}

a:hover 
{
	color:#8c002f;
	text-decoration:none;
}

a img
{
	border:none;
}


