body 
{
	background-image: url('/Caldera2.jpg');
	background-color: #ffffff;
	text-transform: uppercase;
	background-attachment: fixed;
	color: #ffffff;
	margin: 30px;
	padding: 0px;
	font: 20px "Futura", monospace; 
	/*
	font-family: 'Reenie Beanie', arial, serif;
	font-size: 25px;
	*/
}


a:hover {
	color: #000000;
	text-shadow: #F00 0px 0px 4px;
}

table
{
	padding: 11px;
}


/*
tr {
}

td {
	background: gold;
	-moz-border-radius: 40px 10px;  
	border-radius: 40px 10px;
}

#transcont {

}

#transcont .transparent {
	opacity: 0.5 ;
}

#transcont .content {
}
*/


.top
{
	text-align: right;
}

A:link { color: #ffffff }
A:visited { color: #ffffff} 
A:active {color: #ffffff } 
A:hover { color: #ffffff}


