BODY {
	background-color: #CCFFFF;
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	text-align: center;
	
}
table {
	background-color: #FFFFFF;
}

	
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h6 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-indent: 25px;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
h3 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

h4 {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 10px;
}


a:link {
	color: #0033FF;
	text-decoration: none;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}

a:visited {
	text-decoration: none;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	font-family: "Courier New", Courier, mono;
}

a:active {
	text-decoration: none;
	font-family: "Courier New", Courier, mono;
}
