body {
  	font-family: Tahoma, Verdana, Geneva;
	font-size: 12px;
	text-align: center;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-x;
	line-height: 1.6;
}

h1 {
	color: #DC2284;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 22px;
}

h2 {
	color: #8FC540;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 8px;
}

h3 {
	color: #8FC540;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

a:link { 
	text-decoration: none; 
	color: #DC2284; 
}

a:visited {
	text-decoration: none;
	color: #DC2284; 
}

a:active {
	text-decoration: none;
	color: #DC2284; 
}

a:hover {
	text-decoration: underline; 
	color: #8FC540; 
}
