@charset "utf-8";
/* CSS Document */
/* body{ font-family:'Century Gothic'; color:#3B3938; font-size:14px;}
p,h1,h2,h3,h4,h5,h6,h7,ul,li{ margin:0px; padding:0px;}
p{text-align:justify;}
ul,li{ list-style:inside;}
.list{font-weight:600; margin:1rem 0;}*/

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 20px;
    color: #333;
    font-size:20px;
}

h1,
h2, h3 {
    color: #222;
    margin-bottom: 0;
    font-weight:bold;
    margin-top:1.5rem;
    line-height:2em;
}

ul {
    margin-left: 10px;
}

p {
    margin-top: 5px;
    margin-bottom:20px;
}
.acknowledges{margin:1rem 0;}
.acknowledges ul li { list-style: inside lower-alpha;}
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
