<style>

/**
 * Print Stylesheet
*/

/* Lighten Background Color */
body {background-color: #f336699;}

/* Hide Navigation */
#rt-header {visibility: hidden;}

/* Hide Footer */
#rt-footer {display: none;}


	.h1{
		margin-top: 210px !important; 
		text-align: center; 
		font-weight: normal; 
		font-family: DINCondensed-Regular; 
		font-size: 20px;
		}
		
		.h2{
		margin-top: 210px !important; 
		text-align: center; 
		font-weight: normal; 
		font-family: DINCondensed-Regular; 
		font-size: 20px;
		color: #336699;
		}
		
			.h3{
		margin-top: 210px !important; 
		text-align: center; 
		font-weight: normal; 
		font-family: DINCondensed-Regular; 
		font-size: 20px;
		color: #CC6600;
		}
	
</style>