}
h1 {
	color: #FFD700;
	font-size: 20pt;
	font-style: oblique;
}
h2 {
	color: #FFD700;
}
h3 {
	text-align: justify;
	font-size: 14pt;
	font-weight: bold;
	color: White;
}
h4 {
	text-align: center;
	font-size: 19pt;
	font-weight: bold;
	color: Green;
	background: Lime;
}
h5 {
	color: #FFD700;
	font-size: 20pt;
	font-style: italic;
	background-color: Black;
}
h6 {
	color: WHITE;
	font-size: 13pt;
	background-color: transparent;
	background: center;
	text-transform: uppercase;
	text-align: center;
}
h7 {
	color: WHITE;
	font-size: 15pt;
	background-color: transparent;
	text-transform: uppercase;
	text-align: center;
}
body {
	font: Arial Rounded MT Bold;
	color: White;
	background-image: url(../../bg-page.gif);
	font-size: 14pt;
	font-family: "Arial Rounded MT Bold";
	background-attachment: fixed;
}	
a:link {
	text-decoration: none;
	color: Yellow;
	font-family: "BankGothic Md BT";
	font-size: 16pt;
	font-weight: bold;
}
a:hover {
	color: Red;
}
a:visited {
	text-decoration: none;
	color: GOLD;
	font-family: "BankGothic Md BT";
	font-size: 16pt;
	font-weight: bold;
}
.link2 a {
	color: #E3E3E3;
	font-size: 14px;
	text-decoration: none;
}
.link2 a:visited {
color: #FFFFFF;
font-size: 14px;
}
.link2 a:hover {
	color: red;
	font-size: 14px;
	text-decoration: underline;
}


