body {
margin:0;
font-family: "Verdana","Arial", "Helvetica", "sans-serif"; 
font-size: 14px;
line-height: 20px;
color: #000000;
margin: 0 auto;
}
.bg{ 
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #00655e;
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: left;
    border-right:1px solid #bbb;
}

li:last-child {
    border-right: none;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #00877e;
}

.active {
    background-color: #4CAF50;
}


.content{
font-family: "Verdana","Arial", "Helvetica", "sans-serif"; 
font-size: 14px;
line-height: 20px;
color: #494747;
margin: 0 auto;
}
.content_{
	color: #0e6293;
}

.content_underline{
	text-decoration: underline;

}

.content_Y{
	color: #FFFF00;
}


.content_R{
	color: #FF0000;
}

.contenti{

	font-style: italic;
}

.w{
color: #FFFFFF;
}

.H1{
color: #FFFFFF;
font-size: 24px;
}

.H2{
color: #FFFF00;
font-size: 20px;
}