p {
	color: White;
}
h1 {
	color: Yellow;
	font-size: 20pt;
	font-style: oblique;
}
h2 {
	text-align: inherit;
	color: White;
}
h3 {
	text-align: inherit;
	font-size: 14pt;
	font-weight: bold;
	color: Silver;
}
h5 {
	color: #B00077;
	font-size: 20pt;
	font-style: italic;
	background-color: Black;
}
h6 {
	color: Yellow;
	font-size: 10pt;
	font-style: oblique;
	background-color: transparent;
}
body {
	background-image: url(bg-page.gif);
	font-size: 14pt;
	font-family: "Arial Rounded MT Bold";
}	
a:link {
	text-decoration: none;
	color: Yellow;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
}
a:hover {
	color: Red;
	font-family: "Arial Narrow";
}
a:visited {
	font-size: 18pt;
	color: Yellow;
}

