@charset "UTF-8";
body {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFCC00;
	cursor: crosshair;
	color: #000000;
	margin: 15px;
	background-attachment: fixed;
	background-image: url(bg1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
	position: relative;
	left: 0px;
	top: 1px;
	font-weight: bold;
}

a:active {
	text-decoration: underline;
	color: #FF6600;
}
h1 {
	letter-spacing: 8px;
	word-spacing: 2.5px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
	text-transform: uppercase;
}

h2 {
	letter-spacing: 8px;
	word-spacing: 2.5px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

