hr {
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}
a:link
{
	color: Blue;
	font-size: 10pt;
}
a:visited
{
	color: Aqua;
	font-size: 10pt;
} 
a:active 
{
	color: yellow;
	font-size: 10pt;
}

a:hover {
	font-size: 10pt;
	font-weight: bold;
}

body
{
	font-family: Comic Sans MS,Arial, Helvetica;
	background-color: Black;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102);
	font-size: 10pt;
	font-family: Comic Sans MS,Arial, Helvetica;
	color: White;
}
li {
	
}

p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: White;
}




h1
{
	font-family: Arial, Helvetica;
	color: silver;
	align="center"
	font-size : 16pt;
}
h2
{
	font-family: Arial, Helvetica;
	color: White;
	font-size: 14pt;
	text-align: left;
}
h3
{
	font-family: Arial, Helvetica;
	color: White;
	font-size: 12pt;
	text-align: center;
}
	
h4
{
	font-family: Arial, Helvetica;
	color: White;
	font-size: 8pt;
	font: lighter;
	text-align: center;
}
h5
{
	font-family: Comic Sans MS,Arial, Helvetica;
	color: White;
	font-size: 10pt;
	font: Bold;
}h6
{
	font-family: Comic Sans MS,Arial, Helvetica;
	color: White;
	font-size: 14pt;
	font: italic;
	text-decoration: underline;
}
p
{
	font-family: Comic Sans MS,Arial, Helvetica;
	color: White;
	font-size: 10pt;
}
UL {
	font-size: 10pt;
	font-family: Comic Sans MS,Arial, Helvetica;
	color: White;
	list-style-image: url(Images/Bullet.jpg);
}