body {
	background-color: #fff;
	color: #333;
	text-align: left;
	line-height: 1.42;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
}

#h3head {
	color: #303030;
	text-shadow: 2px 2px 2px #505050;
	text-align: center;
}

#head {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	font-size: 14px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-sizing: border-box;
}

#info {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 20px;
}

#info2 {
	margin: 20px;
}

.cardimg {
	width: 120px;
	border: 4px ridge orange;
	/*transform: rotate(6deg);*/
}

.card1 {
	font-size: 20px;
}
.card2 {
	font-size: 18px;
}
.card3 {
	font-size: 16px;
}

.sep {
	width: 800px;
}

.hcenter {
	text-align: center;
}

#foot {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	font-size: 16px;
}

#footleft {
	text-align: left;
}

#footright {
	text-align: right;
}

a:link, a:visited, a:active {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #00f;
	text-decoration: underline;
}
