/*********************
 * the menu buttons */
#buttons {
	position: absolute;
	left: 700px;
	top: 150px;
}
#buttons li {
	margin: 0px;
	padding: 1px 0px;
	list-style-type: none;
}	
#buttons li a {
	font-size: 19px;
	font-weight: bold;
	padding: 2px 6px;
	display: block;
	background: opaque;
	color: #222;
	text-align: center
}	
#buttons li a:visited {
	color: #222;
}	
#buttons li a:hover {
	font-weight: bold;
	color: #888;
}	
body {
	font-family: Arial, sans-serif;	
	margin-left: 20px;
	font-size: 12px;
	background-color: #ccc;
}
table {
	margin-left: 50px;
}
table th {
	text-align: left;
	padding-left: 10px;
}
td 	{
	adding: 3px 4px;
	font-size: 15px;
}
td.name {
	width: 200px;
	font-weight: bold;
}
td.title {
	padding: 3px 4px;
	width: 440px;
	font-style: italic;
}
h1 {
	font-size: 26px;
	text-align: center;
}
p {
	text-align: center;
}
