html {
		height:100%; 
		max-height:100%; 
		padding:0; 
		margin:0; 
		border:0; 
		background: rgb(0,0,0); 
		font-family: verdana, arial, helvetica, sans-serif;
		}
body {
		height:100%; 
		max-height:100%; 
		padding:0; 
		margin:0; 
		border:0;
		background: rgb(0,0,0); 
		}
h1 {
		font-size:1.7em;
		font-weight: bold;
		text-align:center;
		}
h2 {
		font-size:1.2em;
		font-weight: normal;
		text-align:center;
		}
p {
		font-size:.9em;
		display:block; 
		text-align:center;
		}
footer  {
		font-size:.8em;
		font-weight:bold;
		display:block; 
		text-align:center;
		}
.inset {
		margin:20px;
		float: left;
		}
.outset {
		margin:20px;
		float: right;
		}
.whitetext {
		color: rgb(225,225,225);
		}
.smallwhitetext {
		color: rgb(225,225,225);
		font-size:.8em;
		}
.blacktext {
		color: rgb(0,0,0);
		}


A:link {color: rgb(0,51,255);}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {color: red;}

