
header {
    background-color: #ECECEC;
    padding: 12px 0;
}

header a {
    text-decoration:none;
	font-weight: 600;
    font-size:2.0rem;
}

header ul {
    list-style-type:none;
    float:right;
    margin: 0;
}

header ul li {
    float:left;
    margin-bottom: 0;
}

header ul li a {
    color:gray;
    font-size:.8em;
    margin-left: 40px;
}

.uc {
    text-transform:uppercase;
}


h4 {
    font-weight: 600;
}

h5 {
    font-weight: 600;
}

footer {
    background-color: #ECECEC;
    padding: 12px 0;
}

footer a {
    text-decoration:none;
	font-weight: 600;
    font-size:2.0rem;
}