body
{
	background-color:#000000;
	color: #ffffff;
	text-align:center;
	font-size: 125%;
}

h1
{
font-size:175%;
}

span {
	font-size: 100%;
}

#banner {
	font-size: 375%;
	min-width: 60%;
}

table {
	margin-left: auto;
	margin-right: auto;
	min-width: 70%;
	max-width: 80%;
	border: 2px;
}
#lefty {
	text-align: left;
	font-size: 200%
}

#righty {
	text-align: right;
	font-size: 200%
}

#content {
	font-size: 150%;
}

img
{
border:1px;
border-color: #ffffff; 
border-style: solid;
}

img.portrait
{
width:600px;
}

img.landscape
{
width:1020px;
}

a:hover {
	color: #ffcccc;	
	text-decoration: underline;
	font-size: 120%;
	}

a:link {
	color: #999900;
	text-decoration: none;
	font-size: 120%;	
}

a:visited {	
	color: #cc9999;

	font-size: 120%;
	text-decoration: none;
}