/* CSS Document */
body
	{
		width:100%;
		height:100%;
		background-color:#000000;
		background-position:center;
	}
p
	{
		font-family:Monotype Corsiva;
		font-size:20px;
		font-weight:bold;
		color:#FFFFFF;
	}
h6
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#FFFFFF;
	}
a
	{
		color:#0000FF;
	}
a:hover
	{
		color:#FF0000;
	}
button
	{
		background-color:#FFFF00;
		color:#FF0000;
		font-weight:bold;
	}
