/* CSS Document */

body {
	background-image:   url("bg.jpg");
	background-repeat: no-repeat;
	background-position:0% 0%;		
	background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, BankGothic Lt BT, BankGothic Md BT;
}
h1 {
	font-size: 24px;
	color: #E07800;
}
h2 {
	font-size: 36px;
	color: #1B366B;
}
.text {
	font-family: "Terminal",Times New Roman;
	font-size: 16px;
	color: #A9773B;
}
a:link {
	color: #E07800;
	text-decoration: none;
}
a:visited {
	color: #E07800;
	text-decoration: none;
}
