BODY {
	color: Silver;
	font-family: "Comic Sans MS", sans-serif;
	font-size: medium;
	text-align: center;
	background-image : url(Images/anim_starsglow.gif);
}

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;

}
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: silver;
	font-size : 8pt;
	font : lighter;
	text-align : center;
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
	background-color : Black;
}
hr {
	background-color: White;
	margin-left: auto;
	margin-right: auto;
}

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);
}