body {
  margin: 0 auto;
/*
  border-color: aqua;
  border-style: ridge;
  border-width: 4px;
  padding: 0 20px 20px 20px;
*/
  font-size: 14px;
  color: white;
  background-color: black;
  background-color: #096069;
}

.head_h1 {
	color: black;
	background-color: white;
}

.header {
    width: 100%;
    clear: both;
  	color: black;
  	background-color: white;
    overflow: hidden;
	font-weight: bold;
	margin: 0;
	padding 0;
}

.main {
    margin: 0 auto;
	/*
    padding: 10px 10px 10px 10px;
	*/
	padding: 10px 0 0 0;
    width: 800px;
    overflow: hidden;
    border-color: #8EE5EE;
    border-style: ridge;
    border-width: 8px;
  	color: black;
	background-color: white;
}

.contents {
    float: center;
    width: 75%;
    padding: 10px 10px 10px 10px;
	color: black;
	background-color: white;
}

.footer {
    width: 100%;
    clear: both;
  	color: black;
  	background-color: white;
}

h1 { 
    color: #1111FF;
    background-color: #8EE5EE;
	font-size: 38px;
    text-align: center
}

h2 { 
    color: #1111FF;
    background-color: #8EE5EE; 
	font-size: 24px;
    text-align: center;
}

h3 { 
    color: black;
    background-color: #8EE5EE;
	font-size: 20px;
    text-align: left;
}

div.center { 
    text-align: center; 
    float: center;
}
/*
div.left{ 
	text-align: left; 
	float: left;
}
*/
.left { text-align:left; }
.right { text-align:right; }


img,span{ text-align: center;}

a:link {
	color: #0707FF;
	/*
	font-weight:bold;
	*/
	text-decoration:underline;
}

a:active {
	color: #0707FF;
	/*
	font-weight:bold;
	*/
	text-decoration:underline;
}

a:visited {
	/*
	color: #8EE5EE;
	*/
	color: #6E65EE;
	/*
	font-weight:bold;
	*/
	text-decoration:underline;
}

a:hover {
	/*
	color:red;
	font-weight:bold;
	text-decoration:underline;
	*/
	background-color: blue;
	text-decoration:none;
	color: #FFFFFF;
	/*
	position:relative;
	top: 2px;
	left: 2px;
	*/
}
