body, a, td {
	font: bold small georgia,sans-serif;
}
body {
	margin: 0px;
	background-color: linen;
	text-align: center;
}
a {
	padding: 0px 3px 3px 3px;
	color: #630;
	text-decoration: none;
	border-top: #CCC dashed 1px;
	border-bottom: #CCC dashed 1px;
}
a:hover {

	color: #330;
	text-decoration:none;
	border-top: #963 solid 2px;
	border-bottom: #963 solid 2px;
	background-color: #C96;
}
td a{
	padding: 0px;
	color: black;
	text-decoration: none;
	border: 0px;
}
td a:hover {
	padding: 0px;
	color: black;
	text-decoration: none;
	border: 0px;
	background-color: white;
}
a:hover img {
	border: yellow solid 1px;
}
h2 {
	margin: 10px 25% 20px 25%;
	background-color: #9CF;
	border-top: #69C solid 1px;
	border-bottom: #69C solid 1px;
	border-left: #69C solid 40px;
	border-right: #69C solid 40px;
}
img {
	margin: 20px;
	border: black solid 1px;
}
table {
	margin: 20px;
	width: 50%;
	border-collapse: collapse;
	border-top: #69C solid 1px;
	border-bottom: #69C solid 1px;
	border-left: #69C solid 40px;
	border-right: #69C solid 40px;
	padding: 0px;
	background-color: white;
}