header {
	  background-color: #fafafa;
	  text-align: center;
	  color:#23373bff;
}
h1 {
    padding: 15px;
    /* background-color: #eeeeee; */
    background-color:#23373bff;
	  color:#fafafa;
    width: 680px;
    text-align: center;
}
div {
    /* width: 50%; */
    width: 680px;
    text-align: justify;
    margin: 0 auto;
    color:#23373b
}
.here a:hover {
    background-color: #118088;
}
.nhere a:hover {
    background-color: #4b021d;
}

.menu {
    list-style-type:none;
    display:block;
    width:680px;
    background-color:#fafafa;
    text-align:center;
}

.menu_nhere {
    float:left;
    padding:10px;
    color:#23373b;
    text-align:center;
    display:block;
    text-decoration:none;
}
a.menu_nhere:hover {
    /* background-color: #23373bff; */
    background-color: #f0f0f0
    /* color:#fafafa */
}
.menu_here {
    float:left;
    padding:10px;
    color:#fafafa;
    background-color:#23373b;
    text-align:center;
    display:block;
    text-decoration:none;
}
a.menu_here:hover {
    /* background-color: #fafafa; */
    background-color: #192d31;
    /* color:#23373b */
    color:#fafafa
}
