body 	{
	background-color: black;
	color: white;
	font-family: arial, sans-serif;
	
	}

a	{color: white;}

h1, h2, h3, h4, h3, h5, h6, h7 	{
	color: white;
	font-family: arial, sans-serif;
	text-align: center;
	}
	
p 	{
	position: relative;
	width: 80%;
	left: 10%;
	text-align: left;
	}

table 	{
	text-align: left;
	color: white;
	position: relative;
	width: 80%;
	left: 10%
	}
	
pre	{
	position: relative;
	width: 80%;
	left: 10%;
	font-family: arial, sans-serif;
	}
	
img	{
	border-color: white;
	border-width: 1px;
	}
	
div.splash
	{
	position: relative;
	width: 80%;
	left: 10%;
	text-align: center;
	}
div.main
	{
	position: relative;
	width 100%;
	text-align: center;
	}
img.midVer
	{
	vertical-align:middle;
	}