* {font-family: Verdana;}
body {background-color: #999999;
      background-image: url(eight_horns.png);
}

section {width: 580px;
        background-color: #bbb;
        margin: 0 auto;
        box-shadow: 0px 5px 40px 9px rgba(0,0,0,0.8);
}

article {padding: 10px 15px 25px 15px;}

article:nth-of-type(even) {background-color: #cfcfcf;}

h1 {font-size: 48px;
    font-weight: bold;
    color: #B00;
    margin: 15px 0 25px 0;
}

p {font-size: 18px;
    color: #000;
}

ol>li {font-size: 18px;
        color: 646464;
}

cite {display: block;
font-size: 12px;
margin-top: 14px;
}

blockquote {
    margin-left: 0px;
}
hr {border: 5px;
    color:#900;
    border-style: solid;
}
