body {
        color: #000;
        background: #FFF;
        font-family: Arial, Helvetiva, Sans-serif;
}

a, a:visited a:hover { color:#069; text-decoration:none; }


.main_text {
        text-align: justify;
        text-justify: newspaper;
}

.title {
        color: #069;
}

.button {
        font-size: 1.0em;
        align: center;
}

.code_entry {
		color:#000;
        border-top: 1px #787878 solid;
        border-bottom: 1px #787878 solid;
        background: #ADD6EA;
        padding: 5px;
}

input {
        font-size: 1.4em;
}

.form_title {
        font-size: 1.2em;
}

.info_text {
        font-size: 1.1em;
        color: #f00;
}

.help {
		color:#FFF;
		padding-left: 8px;
        margin-top: 24px;
        background: #007297;
        border-top: 1px #ADD6EA solid;
        border-bottom: 1px #ADD6EA solid;
}

.help a {
        color:#ADD6EA;
}

.copyright {
	margin-top:24px;
	font-size: 0.75em;
	color: #666666;
	width: 100%;
	text-align: center;
}

.lower-margin {
	margin-bottom: 48px;
}

ul {
	list-style-type: square;
}
