ul {
    list-style-type: none;
    margin: 2;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

a:link, a:visited {
    display: block;
    width: 160px;
    font-weight: bold;
    color: #18CC1E;
    background-color: #F70707;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:active {
    background-color: #FFFFFF;
}

body {
	background-color: #18CC1E;
	font-family: Lato, Arial, sans-serif;
	font-weight: 325;
	font-style: normal;
}