H1.Header {
		background: navy;
		color: yellow;
		border-style: none;
		border-width: 1;
		margin-left: 0px;
		padding-left: 16px;
		font-size: 20pt;
		font-weight: bold;
}
BODY {
	background-color: #FEEBD7;
	font-type: Times New Roman;
	margin-left:5%;
	margin-right:5%;
}
.CTRL {
	font-family: Times New Roman;
	font-weight: bold;
}
A {
	color: blue;
	text-decoration : none;
}
A:visited {
	color: purple;
}
A:hover {
	color: red;
}

