﻿html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
}

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	background-color: white;
	border-left: 1px #dacb77 dashed;
	border-right: 1px #dacb77 dashed;
	margin: auto;
	padding: 0px 20px;
	width: 600px;
}


#wrapper p {
	font-size: 1.5em;
	text-align: center;
}

#wrapper ul {
	margin: auto;
	width: 400px;
}

label.ccStyle
{
	display:block;
	margin-bottom: 6px;
	margin-top: 6px;
}

