

h1 {
	font-size: larger !important;
	font-weight: bold !important;
	color: #34b8db !important;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #272727;
	color: #ffffff;
	text-align: center;
}

a:link, a:visited, a:hover, a:active {
    color: #ffffff;
    text-decoration: underline;
}

p{
	margin: 1em 0 !important;
}

ul {
	list-style: disc inside;
	margin: 0.5em 0 !important;
}

input {
	margin: 2px !important;
}

#header {
	background-color: #010101;
	padding-bottom: 0.5em;
}

#content {
	padding: 5px;
	color: #ffffff;
	text-align: left;
}

#footer {
    background-color: #010101;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 1em;
}
#footer p {
	padding: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #ffffff;
}

#competition, #sendtofriend {
	padding: 5px;
	margin-top: 5px;
}
#competition {
	background-color: #333839;
}

#sendtofriend {
	background-color: #34b8db;
	color: #0a4150;
}

.section {
	padding: 0.5em 0;
}

.formtable {
	margin: 0.5em 0;
	width: 95%;
}
.formtable .formfield {
	width: 80%;
}
.formtable .formfield input {
	width: 95%;
}

.listtable {
	margin: 0.5em 0;
	width: 95%;
}
.listtable td {
	text-align: left;
	padding: 0.2em 0;
}
.listtable .bullet {
	width: 1%;
	padding-right: 0.5em;
	vertical-align: top;
}

.center {
	text-align: center;
}

.highlight {
	color: #34b8db !important;
}
.highlight a:link, .highlight a:visited, .highlight a:hover, .highlight a:active {
	color: #34b8db !important;
}

.error {
	margin: 0.5em !important;
	font-weight: bold;
}

