body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #16130d url("/images/background.jpg") no-repeat top;
	
}
.header {
	color: #823c54;
	font-family: 'Rajdhani', sans-serif;
	font-size: 32px;
}
.subheader {
	color: #823c54;
	font-family: 'Rajdhani', sans-serif;
	font-size: 24px;
}
.bodytext {
	color: #1e2132;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
}	
.question {
	color: #823c54;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
li {
	margin-left: -5px;
	color: #1e2132;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	list-style-type: circle;
}	
.bodytext a:link {
	color: #52acb0;
	text-decoration: none;
}
.bodytext a:visited {
	color: #52acb0;
	text-decoration: none;
}
.bodytext a:hover {
	color: #52acb0;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.bodytext a:active {
	color: #52acb0;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.disclaimer {
	color: #1e2132;
	font-family: 'Rajdhani', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
}
.disclaimerwhite {
	color: #FFF;
	font-family: 'Rajdhani', sans-serif;
	font-size: 13px;
	letter-spacing: 2px;
}
.disclaimerwhite a:link {
	color: #FFF;
	text-decoration: underline;
	}
.disclaimerwhite a:visited {
	color: #FFF;
	text-decoration: underline;
	}
.disclaimerwhite a:hover {
	color: #823c54;
	text-decoration: none;
	}
.disclaimerwhite a:active {
	color: #823c54;
	text-decoration: none;	
}
a:link {
	color: #1e2132; 
	text-decoration: underline;
}
a:visited {
	color: #1e2132; 
	text-decoration: underline;
}
a:hover {
	color: #823c54; 
	text-decoration: none;
}
a:active {
	color: #823c54; 
	text-decoration: none;
}
/* Double-color dashed line */
		
hr.style-three {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}
/* Flaired edges, by Tomas Theunissen */
		
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}