@charset "utf-8";
/* CSS Document */

h1 {

	font-size: 20px;

	font-weight:lighter;

	margin-top: 0px;

	padding-top: 0px;

	color: #FFFFFF;

	text-decoration: none;

}

h1:hover {

	text-decoration: none;

}



h2 {

	font-size: 20px;

	font-weight:lighter;

	margin-top: 0px;

	padding-top: 0px;

	color: #7d1f29;

} 

body {

	margin:0 auto;

	font-family: Tahoma, Arial;

	font-size: 13px;

	color: #CCCCCC;

	background-image:url(images/background.jpg);

	background-position:center top;

	background-repeat:no-repeat;

	background-color: #000000;
	}

a {

	color: #FFFFFF;

	text-decoration: none;

	border-width:0px;

}







a:visited {

	 TEXT-DECORATION: none;

}



a:hover {

	TEXT-DECORATION: underline;
	color: #999999;

}



a:active {

	TEXT-DECORATION: underline;

}
