body{
	font-family: Arial,sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #bebebe;	background-image: url('images/background.jpg');
	background-repeat: repeat-x

}

a:link, a:visited{
	color: #af1f2b;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

