body {
  margin: 0 auto;
  font-size: 14px;
  color: white;
  background-color: #096069;
  text-indent: 1em;
}

.main {
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 70%;
    overflow: hidden;
    border-color: #8EE5EE;
    border-style: ridge;
    border-width: 8px;
    color: black;
    background-color: white;
    line-height: 1.8;
}

h1 { 
    color: #1111FF;
    background-color: #8EE5EE;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    font-family: Verdana,Arial,Helvetica;
}

h2 { 
    color: #1111FF;
    background-color: #8EE5EE; 
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: Verdana,Arial,Helvetica;
}

h3 { 
    color: black;
    background-color: #8EE5EE;
    font-size: 20px;
    text-align: left;
    font-family: Verdana,Arial,Helvetica;
}

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

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

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

a:hover {
	color:red;
	font-weight:bold;
	text-decoration:underline;
	background-color: blue;
	position:relative;
	top: -5px;
	left: -5px;
}

ul {
    margin: 0em 2em 0em 2em;
    margin: 0em 2em 0em 4em;
    padding: 0 0 0 0em;
	text-indent: 0em;
}

ol {
    margin: 0em 2em 0em 2em;
    margin: 0em 2em 0em 4em;
    padding: 0 0 0 0;
	text-indent: 0em;
}
