body, html {
	background-color: #6699FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

p, li {
	line-height: 24px;
}

li {
	text-indent: 0px;
}

a {
	color: #6699FF;
	font-weight: bold;
}

a:hover {
	background-color: #FFD700;
	text-decoration: none;
}

h1 {
	display: none;
	font-size: 10px;
}

h2 {
	text-align: center;
	color: Black;
	font-size: 26px;
	font-weight: bold;
	text-indent: 0px;
}

h3 {
	text-align: center;
	margin-top: 30px;
	padding: 10px 10px 10px 10px;
	color: red;
	font-size: 18px;
	font-weight: bold;
}

h4 {
	color: Red;
}


div#pagehold {
	min-width: 600px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: auto;
	vertical-align: top;
}

div#header {
	min-width: 100%;
	width: auto;
	height: 90px;
	text-align: center;
}

div#subhead {
	color: White;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;	
}

div#contcol {
	background-color: White;
	width: 100%;
	height: auto;
	border: 5px outset Silver;
	text-indent: 20px;
}

div#conthold {
	margin: 10px 20px 10px 20px;
}


div#conthold ul {
	list-style: square 10px;
}

div#conthold img {
	float: right;
}

div#conthold span {
	color: Gray;
	font-weight: bold;
	font-style: italic;
}

div#guart {
	background-color: #FFFACD;
	width: auto;
	height: auto;
	margin: 15px 5px 15px 5px;
	border: 4px double black;
	padding: 20px;
	text-align: left;
}


div#testml {
	background-color: #FFFACD;
	width: auto;
	height: auto;
	margin: 15px 5px 15px 5px;
	border: 1px solid black;
	text-align: center;
}


div#footer {
	color: White;
	height: 50px;
	min-width: 600px;
	width: 600px;
	text-align: center;
	margin-top: 30px;
}

div#footer a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

div#footer a:hover {
	color: #6699FF;
	background-color: White;
}