@charset "utf-8";
/* CSS Document */

<style type="text/css">
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #F90;
}
body {
	background-color: #000;
	background-image: url(BG.png);
	background-repeat: repeat-x;
}
</style>
<style type="text/css">
h1 {
	font-size: 36px;
	color: #F90;
}
h2 {
	font-size: 24px;
	color: #FC3;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.heading2 {
	font-size: 24px;
	font-style: normal;
	font-weight: lighter;
	color: #FC3;
}
.heading6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #09C;
}
.heading5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
}
.heading1 {
	font-size: 60px;
	font-style: normal;
	font-weight: lighter;
	color: #F90;
}
h3 {
	font-size: large;
	color: #FC3;
}
</style>