body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	margin: 0
}
h1 {
	color: white;
	font-size: 80%;
	font-family: arial;
	font-weight: normal;
	line-height: 15pt
}
h2 {
	color: #fff;
	font-size: 130%;
	font-family: arial;
	font-weight: normal;
	line-height: 140%;
	background-color: transparent;
	text-align: center;
	padding: 10px;
	border: solid 1pt #b3b3e6
}
h3 {
	color: #39c;
	font-size: 90%;
	font-family: arial;
	font-weight: normal;
	line-height: 140%;
	background-color: black;
	text-align: left;
	padding: 10px;
	border: ridge 1pt #fff
}
h4 {
	color: #39c;
	font-size: 80%;
	font-family: arial;
	font-weight: normal;
	line-height: 15pt
}
h5 {
	color: #ffffff;
	font-size: 11pt;
	font-family: arial;
	font-weight: normal;
	line-height: 15pt
}
p {
	color: #fff;
	font-size: 8pt;
	font-family: arial, Helvetica, Geneva;
	line-height: 15pt;
	background-color: transparent
}
a:link {
	color: #39f;
	font-size: 10pt;
	font-family: arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	font-weight: normal;
	line-height: 15pt;
	font-stretch: condensed;
	text-decoration: underline;
	background-color: transparent
}
a:hover {
	color: #020202;
	font-size: 10pt;
	font-family: arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: normal;
	font-weight: normal;
	line-height: 15pt;
	font-stretch: condensed;
	background-color: transparent
}
a:visited {
	color: #39f;
	font-weight: bold;
	line-height: 15pt;
	font-stretch: condensed;
	text-decoration: underline;
	background-color: transparent;
	font-style: normal;
	text-align: center;
}

