body {
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	background-color:#000000;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
		
	
}


a {color: black; outline: none;}
a:hover, a:focus  {color: red;}


h1{
	font-family: Verdana;
	font-size:24px;
	font-weight:normal;
	color: #cc0000;
	text-transform: uppercase;
	line-height: 10px;
}

h2{
	font-family: Verdana;
	font-size:18px;
	font-weight:bold;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 10px;
}
