@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #1a1722;
	color: #ffffff;
	font-size:12px;
}

h1{
	font-family: Trajan, Georgia, "Times new Roman", serif;
	font-weight: bold;
	color: #ed1c24;
	text-align: left;
	font-size:24px;
	padding:0px;
	margin:0px;
}

h2{
	font-family: Trajan, Georgia, "Times new Roman", serif;
	font-weight: bold;
	color: #ed1c24;
	text-align: left;
	font-size:16px;
	padding:0px;
	margin:0px;
}

a:link {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
		font-weight: bold;
	color: #ed1c24;
}
a:hover {
	text-decoration: none;
		font-weight: bold;
	color: #ed1c24;
}
a:active {
	text-decoration: none;
		font-weight: bold;
	color: #ed1c24;
}

