body {
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 0;
}

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

a:hover {
	color: #fff;
	background-color: #f30; 
}

.base {
	font-size: 1.1em;
	margin-top: 3em;
}

.title {
    text-align: center;
	font-size: 1.3em;
}

#form {
	width: 600px;
	margin: 10px auto;
	text-align: center;
}

hr {
    width: 600px;
}

#objects {
	width: 600px;
	margin: 10px auto;
	text-align: left;
}

#table {
	width: 600px;
	margin: 10px auto;
    text-align: center;
}

.main_table
{
	border: 1px;
	background-color: #999;
	font-size: 10px;
}

.main_table tr
{
	vertical-align: top;
}
.main_table th
{
	text-align: left;
	background-color: #ccc;
}
.main_table th,
.main_table td
{
	padding: 2px;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 1.2em;
}
.main_table td
{
	background-color: #fff;
}
.main_table td:hover {
	background-color: #ffcc99; 
}

#image {
	width: 1200px;
	margin: 10px auto;
    text-align: center;
}

