h1{
    border-bottom: solid rgb(255,153,51) 1px;
}
h2{
    font-size: medium;
    margin-bottom: 0em;
}

#container li{
    list-style-type: none;
}


.container{
  display: flex;
  flex-wrap: wrap;
}
.item {
  margin: 20px;
  padding: 20px;
}

.col li{
    padding-bottom: 0px;
    color: rgb(102,102,102);
    font-size: medium;
}

.col li a{
    color: rgb(102,102,102);
    text-decoration: none;
    font-weight: normal;
    border-bottom: none;
}
.col li a:hover{
    text-decoration: underline;
}

.cols{
    margin-bottom: 8em;
    margin-left: 1em;
    clear: both;
    overflow: hidden;
    width: 90%;
}
.col1{
    width:200px;
	float: left;
}
.col2{
    width:200px;
	float: center;
}
.col3{
    width:200px;
	float: right;
}

.pages{
    margin-bottom: 2em;
}
.pages div > ul{
    margin-left:0em;
}