	<style>
		.dummy{	}
		body {
	background-color : #FFFFE0;
}
		.Normal {
			width: 100%;
			float: left;
			}
		.Center {
			text-align: center;
			}
		.LargeUnderlineBold {font-size: 110%; text-decoration: underline; font-weight: bold;}
		.LargeUnderlineBoldItalic {font-size: 110%; text-decoration: underline; font-weight: bold; font-style: italic;}
		.larger {font-size: 140%;}
		.small {font-size: 70%; margin-left: 0px;}
		.Back {
			font-size: 70%; text-align: right;}
		.LargeBold {font-size: 110%; font-weight: bold;}
		A:visited {	color: Purple; text-decoration: none;}	
		A:link {color: Blue; text-decoration: none;}
		A:active {color: Red; text-decoration: none;}
		A:hover {text-decoration: underline;}
		.Indent50 {
			margin-left: 50px;
			}
		.CenterSmall {
			text-align: center;
			font-size: 70%;
			}
		img {
			border: 0px none;
			}
	</style>

