a {
    text-decoration: underline;
    color: #830f1c;
}
a:hover{
    text-decoration: none; 
    color: #cf2437;
}
a:visited{
    color:#830f61;
    text-decoration: underline;
}
h1{
   font-size:  26px;
   color: #616161;
   font-weight: normal;
   margin: 10px 0;
   text-align: right;
}
h2{
   font-size:  20px;
   color: #616161;
   margin: 10px 0 10px;
   font-weight: normal;
   text-align: center;
}
h3{
   font-size:  18px;
   color: #616161;
   margin: 5px 0 10px;
   font-weight: normal;
   text-align: center;
}
h4{
   font-size:  16px;
   color: #616161;
   margin: 5px 0 10px;
   font-weight: normal;
   text-align: center;
}
p{
    line-height: 24px;
    word-wrap: break-word; 
    margin-bottom: 0px;
    text-align: justify;
}
main p{
    margin-bottom: 20px;
    text-indent:50px;
}
ol {
    list-style-position: outside; 
}
ol, ul{
    margin-bottom: 20px;
}
ol li{
    list-style-type:  decimal;
    position: relative;
    list-style-type: none;
}
ol {
    list-style:none;
    counter-reset: list1;
    margin: 0px 0 0px 15px;
    padding: 0;
}
ol li:before{
    counter-increment: list1;
    content: counter(list1)".";
    position: relative;
    top: 0px;
    margin-left: -15px;
    margin-right: 5px;
    text-align: right;
    font-size: 16px;
    color: #830f1c;
}
li{
    margin-bottom: 10px;
}
ul{
    list-style-position: outside; 
    padding-left: 20px;
    list-style: none;
}
ul>li{
    list-style-type: none;
    list-style: none;
}
ul>li:before{
    content:'';
    display: block;
    float: left;
    width: 7px;
    height: 2px;
    margin:  9px 9px 0px -10px;
    background:#830f1c;
    font-size: 16px;
}
ul>li>ul{
    list-style-type: none;
    list-style-position: outside; 
    padding-left: 5px;
    margin-top: 10px;
}
blockquote{
     padding: 0 45px 0 38px;
     position: relative;
     font-style: italic;
     margin: 20px 0;
}
blockquote:before{
    content: "";
    display: block;
    position: absolute;
    top:26px;
    left:0px;
    width: 32px;
    height: 24px;
    background: url('../images/first_quote.png');
}
blockquote:after{
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 25px;
    top:26px;
    left:100%;
    margin-left: -28px;
    background: url('../images/last_quote.png');
}
table{
    width: 100%;
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
    margin: 10px 0;
}
td, th{
   padding: 10px;
   background: #e7e7ea;
   text-align: left;
}
th{
    font-weight: normal;
    color:#fff;
    background: #830f1c;
}
b{font-weight:600;}

    


