body {
		background: #abc9bf;
		color: #000000;
		margin:0 auto;
		font-size: 16px;
}


#main {
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
	color: #000000;
	background: none;
	margin:0 auto;
	width:95%;
}

a:link {color: blue; text-decoration: none;font-weight: normal;}
a:visited {color: blue; text-decoration: none;font-weight: normal;}

/*table, tr, td {
text-align:left;
}*/


h6 { font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 1.5em;
  text-align:center;
}
h5 { font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
  text-align:left;
	margin: 6px 0 3px 0;
}
h4 { font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	font-size: 1.3em;
  text-align:left;
  margin:-8px 0 8px 0;
}
h3 { font-family: 'Merriweather', serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
  text-align:center;
	margin-top: 20px;
}
h2 { font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	  text-align:center;
	color: #000000;
	font-size: 1.1em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: red;
}


  
   /* menu */
div.menu {
  margin: 4px 0px 0px 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 13px;
  }
div.menu tr {
  padding: 2em;
  }
div.menu td {
  list-style-type: none;
  /*width: 300px;*/
  text-align: center;
  letter-spacing: 0.00em;
  color: black;
  }
div.menu td a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu td a:link {
  color: #000000;
    padding:0.5em;
	  font-weight: bold;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  border-color: #FAFAFA #003330 #003330 #FAFAFA;
  border-style: solid solid solid solid;
  }
div.menu td a:visited {
  color: #000000;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  border-color: #FAFAFA #003330 #003330 #FAFAFA;
  border-style: solid solid solid solid;
  }
div.menu td a:hover {
	color:white;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  background-color: #5b796f;
  border-color: #003330 #FAFAFA #FAFAFA #003330;
  border-style: solid solid solid solid;
  } /* end menu */