@charset "UTF-8";
/* CSS Document */

div.centered {
	margin-top: 10px;
	text-align: center;
}
div.centered table {
	margin: 0 auto; 
	text-align: left;
}

table.elephant {
	background-image:url('images/elephant_in_room.gif');
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	width:400px;
	height:300px;
	background-repeat: no-repeat;
}
table.software {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	width:460px;
	background-color: #69C;
}
.officepool {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.statbook {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #9E2700;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #9E2700;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
	background-color: #9E2700;
}
a:active {
	color: #9E2700;
	font-weight: bold;
	text-decoration: none;
}
