body {
	background-color:#fff;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
	margin:190px 0 0 80px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
	}
	
h1 {
	font-size:44px;
	font-weight:bold;
	}
	
h2 {
	font-size:32px;
	margin-top:3px;
	}
	
p {
	margin-top:40px;
	line-height:1.2em;
	}
	
a {
	text-decoration:none;
	color:#00aeef;
	}
	
a:hover {
	color:#333;
	}		
