h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000066;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC3300;
	font-size: 16px;
}
p {
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #000066;
	line-height: 20px;
}
a {
	text-decoration:underline;
	color: #000066;
	
}
a:hover {
	text-decoration:underline;
	color: #CC3300;
	
}

body {
	margin: 20px;
}
.target {
	background-image: url(/objs/target_2.png);
	height: 400px;
	background-repeat: no-repeat;
	padding-top: 250px;
	background-position: center;
}
