body{
	font-size: 14px;
}

h1 {
    border: 0;
    border-radius: 0;
    text-align: left;
    box-shadow: none;
    font-size: -webkit-xxx-large;
}

nav li{
	display: inline-block;
    list-style-type: none;
    padding: 4%;
    font-weight: bold;
    background: #7db5e6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

nav li a {
	color: #fff;
}

.important{
	font-weight: bolder;
}