body{
    background: rgb(78, 78, 78);
    color:#c0ffee;
}
pre{
    font-size:large;
}
.clear{
    clear: both;
}
.main{
    float:left;
    margin-left:10%;
    width: 80%;
}
.elist{
    width: 100%;
    float: left;
    text-align: left;
    font-size:large;
}
.route{
    text-align: center;
    width: 100%;
    float: left;
    font-size:large;
}
.pic{
    float: left;
    width:25%;
    height: 300px;
}
.pic img{
    max-height: 280px;
    width: 90%;
}