﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans');

Body {
    font-size: 16px;
    color: #555555;
    font-family: 'Open Sans'; 
    margin: 0px;
}

a {
    /*text-decoration: none;
    font-weight: bold;*/
    color: #555555;
}
.CenterDiv {
    width: 70%;
    margin: auto;
    max-width: 800px;
    text-align:justify;
}

.Menu{
    font-size:15px;
    text-align:center;
    color: #555555;
}
.Menu span{
    margin:0 25px 0 25px;
    cursor:pointer;
}

.MenuHighlight {
    color: #E32020;
    border-bottom: 2px solid #444444;
}
.MenuNormal {
}

/*.Menu a.static.highlighted {
    font-size: 15px;
    color: red;
    border-bottom: 2px solid #444444;
}

.Menu a.static.selected {
    font-size: 15px;
    color: red;
    border-bottom: 2px solid #444444;
}*/