	h1 {
		/*		font-family: 'Vollkorn', arial, serif; */
			font-family: 'Courgette', arial, serif;
			font-size:40px;
		}

	#subtitle {
			font-family: 'Philosopher', arial, serif;		
			font-size:21px;
			color:white;
		}

	#bodytext {
			font-family: 'Philosopher', arial, serif;
			font-size: 17px;
		}
	
	#questiontext {
			font-family: 'Philosopher', arial, serif;
			font-size: 17px;
			font-style:italic;
			font-weight:bold;	
	}
		
	#caption {
			font-family: 'Philosopher', arial, serif;		
			font-size:25px;	
			color:red;
		}
		
	#useful-links {
			font-family: 'Philosopher', arial, serif;		
			font-size:20px;
			text-decoration:underline;
			text-align:center;
			color:red;
		}		
		
	#mailform {
			font-family: 'Philosopher', arial, serif;
			font-size: 16px;
			font-weight:bold;
		}
		
			
	#footer {
			font-family: 'Philosopher', arial, serif;
			font-size: 14px;
		}	

	#copytext {
			font-family: 'Philosopher', arial, serif;
			font-size: 12px;
			font-style:oblique;
		}	

	a:link {
			color: black;
		}
	
	a:visited {
			color: #443232;
		}

	a:hover {
			color: brown;
		}
		
	a:active {
			color: blue;	
		}

	.background {
		background-color: #171717;
		}
	
	.backimage {
			background-image: none;
			background-repeat: no-repeat;
			background-position: 25px 25px; 
		}
	
	#bodytable {
			vertical-align: top;
			padding: 10px;
			border: 0px solid black;
			}

	#sidebar {
		 	padding:5px;
		 	vertical-align:top;
	   	background-color:#bababa;
		}
	
	strong {color:red}
	
	#tdx {
			border: 1px solid black; /* standard table outline */
			border-collapse: collapse; /* configure table outline to thinline */
			padding:0px;
			text-align:center;
		}
		
	table {
			border: 0px solid black; /* standard table outline */
			border-collapse: collapse; /* configure table outline to thinline */	
		}
		
	table, th, td {
   		padding: 0px;
		}
		
	.line-separator{
			height:1px;
			background:#717171;
			border-bottom:1px solid #313030;
		}
		


