body {
	background-color: #aaa;
	font-family:  "Imprima", "Varela", "Helvetica", "sans-serif";
	font-size: 16pt;
	color: #111;
}

h1 {
	font-size: 48pt;
	text-align: center;
	text-shadow: rgb(124,45,35) 2px 2px 1px;
}

p {
	text-align: center;
}

.collection {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
}

.plainbox {
	display: inline-block;
	width: 260px;
	height: 300px;
	border: 2px solid #000;
	font-size: 16px;
        background-color: #888;
	font-weight: normal;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
	margin: 1px;
	padding: 15px;
	transition: 0.2s ease;
	text-align: left;
	float: left;
}

.plainbox:hover {
	border-color: orange;
        background-color: #333;
	color: #ccc;
}

.plainbox:hover a {
	color: #aad;
}

.plainbox h2 {
	font-size: 18px;
	text-shadow: 1px 1px 0px #333;
	margin-top: 10px;
}

.plainbox a {
	color: #004499;
	text-decoration: none;
	transition: 0.2s ease;
}

.plainbox a:hover {
	color: #ffdf00;
	text-decoration: underline;
}

.contact a {
	font-weight: bold;
	padding-top: 20px;
	color: rgb(124,45,35);
}

.footer {
	clear: both;
}

.footer img {
	margin: 30px;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.plainbox .listheading {
	color: #ff9f00;
	color: orange;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 0px #333;
}

.innerlist li {
	list-style-position: outside;
	list-style-type: lower-roman;
	margin-left: -10px;
	font-size: 16px;
}
