body{
	font-family: "Palatino Linotype","Arial Black";
/*	background: url('images/bg.jpg') repeat;*/
	background: black;
	margin: 0;
	color:white;
}	

hr{
	color: red;
}

a{
	color:#c5c5c5;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: none;
}

img{
	border:none;
}
