body {
	width: 710px;
	margin: 0 auto;
	background-color: #005050;
	font-family: Arial;
	font-size: 16px;
	color: #FFE0A0;
}

footer {
	font-size: 14px;
	color: #D0D0D0;
	text-align: center;
}

a:link { color: #00FF84; }
a:hover { color: green; }
a:visited { color: #008400; }

h1 { display: inline; font-family: Arial; font-size: 50px; }
h2 { display: inline; font-family: Arial; font-size: 28px; }
h3 { display: inline; font-family: Arial; font-size: 14px; }

//hr { height: 3px; color: navy; background-color: teal; border: 0px; }
//img {margin-right: 12px; border: 0px solid black; }