/* CSS Document */

body {
	background:#c2d359;
	background-position:center top;
	background-repeat:repeat-y;
	background-image: url(img/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	color:#303030;
	font-size:14px;
	margin:0px;
	border:0px;
}

h1 {
	color:#000000;	
	font-size:42px;
	margin:0px;
}

h2 {
	color:#151515;
	font-size:18px;
	margin:0px;
}
h3 {
	color: #202020;
	font-size:16px;
	margin:0px;
}
p
{
	line-height:140%;	
}
strong {
	color: #707270;
	font-size:14px;
}
a {
	color:#6d3d26;
	text-decoration:underline;
}
a:hover {
	color:#e3131c;
	text-decoration:underline;
}
