body, h1, h2, h3, p, a, img, ul, li {
 
 	margin: 0; padding: 0; border: 0px;
 	
 	font-family: news gothic mt, helvetica, sans-serif;
 	font-weight: normal; text-decoration: none;
	color: #333;
	
}

body {

	background-color: #f2f2f2;
	
	background-image: url('images/site/background.jpg');
	background-repeat: no-repeat;
}

h1, h2, h3, p, a, img {

}

h1 {

}

h2 {

}

h3 {

}

a {

	text-decoration: none;	
}

p a {

	text-decoration: underline;	
}

a:hover {

	text-decoration: underline;	
}

img {

}

