		body {
			background:		white;
			padding: 		10 px 10 px;
			margin:			0;
			color:			#000000;
			font-family:	cursive;
			text-colour:	#002E4F;		
			text-align:		centre;
			font-size:		0.8em;
			cursor: crosshair	
		}
		
		div.postdormant {
			margin:			5% 20% 0;
			padding:		0 0 0 10px;
			text-align:		left;
			color:			#002E4F;
			font-weight:	bold;
			font-variant:	small-caps;
			letter-spacing: 4px;
			cursor: crosshair
		}
		
		div#inner	{
			background:		#FEFCF5;
			margin:			0 20%;
			padding:		10px 10px;
			border:			5px solid #002E4F;
			border-width: 	thin;
			text-colour:	#002E4F;		
			text-align:		centre;
			cursor: crosshair
		}
				
		a {
			color:			#5c3e90;
			font-family: 	cursive;
			text-align:		centre;
			color:			#002E4F;
			text-decoration:	none;
			cursor: crosshair
		}
		
		#postscript	{
			background:		#D6E9F8;
			margin:			0 20%;
			border:			5px solid #002E4F;
			border-width: 	thin;
			padding:		10px 10px;
			font-family: 	cursive;
			text-align:		centre;
			color:			#002E4F;
			cursor: crosshair
		}	

