﻿a:link {
	color: rgb(242,224,203);
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	color: rgb(221,199,152);
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
a:active {
	color: rgb(221,199,152);
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
a:hover {
	color: rgb(221,199,152);
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	background-color: rgb(0,0,0);
	color: rgb(221,199,152);
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica;
}
h1 {
	color: rgb(255,204,0);
}
h2 {
	color: rgb(255,255,255);
}
h3 {
	color: rgb(204,51,0);
}
h4 {
	color: rgb(221,199,152);
}
h5 {
	color: rgb(221,199,152);
}
h6 {
	color: rgb(255,255,255);
}

