div#content{
	float:right;
	width:600px;
	height: 360px;
	margin:0 10px 10px 0;
}

div#content h2 {
	margin: 10px 0;
}

table{
	margin: 0;
}
td{
	padding: 5px;
//	border-bottom: 1px solid #F93;
	border-bottom: 1px solid #00f;
}
td.head{ text-align: center;}
td.head a{
	font-weight: bold;
//	color: #F63;
	color: #00f;
}
td.head a:hover{
//	color: #36F;
	color: #f30;
}

//td.con{ border-left: 1px solid #F93;}
td.con{ border-left: 1px solid #00f;}
