body{
    color            : #000000;
    background-color : white;
}
a:link    { color:blue; }
a:visited { color:blue; }
a:active  { color:red;  }
a:hover   { color:red;  }
h1{
    text-align       : center;
    color            : #2e8b57;
    background-color : #ffffff;
    border-style     : none;
}
h2{
    margin-left  : 10px;
    color            : #000000;
    background-color : #ffffff;
    border-style     : none;
}
h3{
    margin-left  : 15px;
    font-size: 100%;
    color            : #000000;
    background-color : #ffffff;
    border-style     : none;
}
p{
    margin-left  : 15px;
    color            : #000000;
    background-color : #ffffff;
    border-style     : none;
}
li{
    /* line-height : 130%; */
    text-indent : 0em;
    margin-left  : 15px;
    margin-top  : 3px;
    padding     : 0px;
}
div{
    line-height : 150%;
}
.new{
    font-style: normal;
    color: red;
}
.important{
    font-style: normal;
    font-weight: bold; 
    color: red;
}
.cancelline{
    text-decoration: line-through;
}
img{
    margin-left  : 20px;
    border-style : none;
}
