@charset "windows-1252";
	#body-area {
		position:absolute;
		top:60px;
		left:120px;
		right:320px;
		margin-left:10px;
		margin-right:10px;
	}
	#body-area > * {
		width: 100%;
	}
	body {
		font:normal normal 12pt/1.0 "Verdana", "Geneva", "sans-serif";
		margin:0;
		padding:0;
		width:100%;
		height:100%;

	}
	h1 {
		border-bottom:01px solid Gray;
		padding-bottom:10px;
		text-align:center;
	}
	h2 {
		color:Blue;
		text-align:center;
	}
	h3 {
		text-align:center;
	}
	h4 {
		text-align:center;
	}
	div.footer {
		font-size:small;
	}
	
	a:link, a:visited {	/* Unvisited or visited link */
		color:brown;
		text-decoration:none;
	}
	a:active, a:hover {	/* Selected or moused-over link */
		background-color:#EEEEEE;
		color:red;
		text-decoration:underline;
	}
	.strike {	/* Struck out text */
		text-decoration:line-through;
	}

	