
	

body {
	padding: 0px;
	margin: 0px;
	background-color: #1e1e1e;
	color: #ffffff;
	text-align: center;
	font-family: sans-serif;	
}

a:link, a:visited, a:hover, a:active {
    color: #ffdb48;
    font-weight: bold;
    text-decoration: underline;
}

.center {
	text-align: center;
}

p{
	margin: 1em 0.5em !important;
}

b{
	font-weight: bold;
}

#header {
	border-bottom: 1px solid #343434;
}
#header img {
	display: block;
	margin: 0 auto;
}

#content {
	padding: 10px;
	text-align: left;
}
#footer {
	border-top: 1px solid #343434;
	padding: 10px;
}

.button {
	padding-bottom: 10px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.error {
	color: #ffdb48;
	margin: 0.5em !important;
	font-weight: bold;
}


.highlight {
	 color: #ffdb48;
}

