<style>

body
{
	font-family: Arial, Century Gothic, Helvetica;
	font-size: small;
	color: white; 
}

P  {
	font-size : x-small;
	font-family : sans-serif;
	color : white;
	text-decoration : none;
	background-color : black;
}

div.caption {
	font-size : xx-small;
	font-family : Arial, Century Gothic, Helvetica;
	color : black;
	text-decoration : none;
}

h1
{
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Century Gothic, Helvetica;
	color: #ffcc00;
}
h2
{
	font-size: large;
	font-weight: bold;
	font-family: Arial, Century Gothic, Helvetica;
	color: #ffcc00;
}
h3
{
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Century Gothic, Helvetica;
	color: #ffcc00;
}
h4
{
	font-size: small;
	font-weight: bold;
	font-family: Arial, Century Gothic, Helvetica;
	color: #ffcc00;
}
h5
{
	font-size: x-small;
	font-weight: bold;
	font-family: Arial, Century Gothic, Helvetica;
	color: white;
}
h6
{
	font-size: x-small;
	font-weight: normal;
	font-family: Arial, Century Gothic, Helvetica;
	color: white;
}

a {text-decoration: none;}
a:link {color: #ffcc00; text-decoration: underline;}
a:visited {color: #f7e17d; text-decoration: underline;}
a:active {color: #ffcccc;}
a:hover {color: #cdb6da;}

</style>.
