body { 
	font-size: 10px;
	color: #333;
	background-color: #CCF;
	background-image: url(dot.gif);
	margin: 0px;
	font-family: helvetica, sans-serif}

td { 
	font-size: 10px;}

a {
	text-decoration: none;
	font-weight: bold;}

a:visited {
	color: #766;}

a:link {
	color: #A11; }
					
a:hover {
	color: #22A; }
					
#meatAndPotatoes {		
	background-color: #DDF;
	position: absolute;
	width: 300px;
	height: 350px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -175px;
	text-align: right;
	border: 1px #003 dashed;}
					
#wasteOfTime {
	color: #600;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -140px;
	margin-top: -190px;
	font-weight: bold;
	z-index: 101;}
		
#evenBiggerWasteOfTime {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 150px;
	margin-top: 175px;
	background-color: #DDF;
	border: 1px #000 dashed;
	z-index: 100;}

.padded {
	text-align: right;
	padding: 5px;}