/* CSS Document */


body {
	
	background:url(img/grey_bg.jpg) repeat-x;
	background-color:#1b1b1b;
	margin: 0;padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: small; line-height: 160%;
	}
a {
	
	text-decoration: none;
	
}
a:hover {
	border: none;
}

img {border:none;}