 	body{
		background-color : #81B4B7;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 15px;
	}

	h1 {
		border : 2px solid #006400;
		background-color : #B5D2D4;
		color : #006400;
		padding : 6px;
		text-align: center;
		font-size: 25px;
	}

	h2 {
		border-bottom: 2px solid black;
		font-size: 21px;
	}
	
	pre {
		margin: 8px 0 8px 18px;
		font : 12px monospace;
	}

	.new {
		font-weight: bold;
		color: Yellow;
	}
	
	p#disclaimer {
		background-color: Silver;
		color: Black;
		font: 12px monospace;
		padding: 4px;
		line-height: 1.4em;
	}

	p#disclaimer span#exclaim {
		font-size: 1.4em;
		font-weight: bold;
	}
	
div.outerbox
{
	border: 1px solid black;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 16px;
}

div.outerbox h1 {
	font-size: 1.0em;
	text-align: left;
	padding: 2px 32px 4px 12px;
	background-color: #6A5ACD;
	margin: 0;
	text-align: left;
	border: none;
	color: White;
}

div.outerbox pre {
	font : 12px monospace;
	background : White;
	padding : 14px;
	margin: 0;
	color : Black;
}
	
	