BODY
	{
	background: fixed;
	text-align: center;
	margin-top: 0 px;
	margin-left: 0 px;
	background-color: black;
	}

H1
	{
	font-family: Arial, Helvetica, Serif;
	font-size: 180%;
	text-align: center;
	color: rgb(0,153,255);
	}

H2
	{
	font-family: Arial, Helvetica, Serif;
	font-size: 140%;
	text-align: center;
	color: rgb(0,153,255);
	}

P
	{
	font-family: Arial, Helvetica, Serif;
	font-size: 100%;
	text-align: center;
	color: rgb(0,153,255);
	}


a:link
	{
	font-family: Arial, Helvetica, Serif;
	text-decoration: none;
	color: rgb(0,153,255);
	}

a:hover
	{
	font-family: Arial, Helvetica, Serif;
	text-decoration: none;	
	color: rgb(0,255,153);
	}

a:visited
	{
	font-family: Arial, Helvetica, Serif;
	text-decoration: none;
	color: rgb(0,153,255);
	}