

body{
    margin:40px auto;
    max-width:650px;
    line-height:1.6;
    font-size:17px;
    color:#444;
    background-color:rgb(245, 242, 240);
    padding:0px 10px
}

.content{
    margin-left: 10px;
}

h1,h2,h3{
    line-height:1.2
}

ul{
    list-style-type: square;
}

.ULnomarker{
    list-style-type: none;
    margin-left: -18px;
}

.favorite{
    color: red;

}

.hidden{
    opacity: 0.05;
}