/*
quilt.css
The CSS file for your quilt page.  You can change this file to whatever you want, this is just a sample.

.pages is the CSS class that formats how the list of page numbers appears on your quilt.
*/

body {
	font-size: 8pt;
	line-height: 10pt;
	color: #ffffff;
	font-family: verdana, arial, san-serif;
	background-color: #7cc123;
	text-align: center;
	margin: 0;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	color: #FFF708;
	text-decoration: none;
}
a:hover {
	color: #FF9C9C;
}
#content {
	margin: 20px auto 20px auto;
	border: 1px dashed white;
	padding: 10px;
	width: 400px;
	background-color: #C65E91;
	text-align: left;
}
p {
	text-align: justify;
	margin: 0 0 20px 0;
}
.center, .pages {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#quilt {
	margin: 0 auto 20px auto;
	text-align: center;
}
fieldset {
	margin: 0 0 20px 0;
	padding: 0;
	border-width: 0;
	border-style: solid;
}
input, textarea, select {
	color: #000000;
	background-color: #CEE708;
	border: 1px dashed white;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	width: 135px;
	margin-top: 2px;
}

