body {
	font-family: Trebuchet MS;
	background-color: #ffffcc;
	position: relative;
	padding: 0;
	margin: 0;
}

#main {
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#main .line {
	display: inline-block;
	text-align: center;
	margin: 20px 0 0 0;
}

#main h1, #main h2, #main h3 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

#main h1 {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#main h2 {
	font-size: 18px;
	margin-top: 10px;
}

#main a {
	margin: 0 10px;
	float: left;
	width: 100px;
	text-decoration: none;
}

#main a img {
	max-width: 100px;
	max-height: 75px;
}

#main a h3 {
	font-size: 14px;
	color: black;
}

#main a:hover h3 {
	color: #E57407;
}

#main a.important h3 {
	color: red;
	background-color: yellow;
	font-weight: bold;
}

#main a.important:hover h3 {
	text-decoration: underline;
}
