body {
    font-family: 'Arimo', sans-serif;
    color: #333;
    cursor: url(http://www.rw-designer.com/cursor-extern.php?id=103212);
}

h1,
h2,
h3,
h4 {

    font-family: 'Special Elite', cursive;
}

h1 {
    font-size: 34px;
    margin-bottom: 20px;
}

h2,
h3,
h4 {
    font-size: 22px;
}

h1 a,
h2 a,
h3 a,
h4 a {
    color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    color: #8A0707;
}

p {
    line-height: 1.5;
    margin-bottom: 15px;
}

p:last-of-type {
    margin-bottom: 0;
}

p+h2,
p+h3,
p+h4 {
    margin-top: 15px;
}

a {
    text-decoration: none;
    color: #8A0707;
}

a:hover {
    color: #d2974f;
}

main ul {
    margin: 10px 0;
}

main ul li {
    line-height: 1.3;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;

}

main ul li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    display: block;
    top: 10px;
    left: 0;
    background: #8A0707;
}