body {
    background-color:rgb(50,50,70);
}

article {
    max-width:600px;
    margin:0 auto;
    margin-bottom: 15px;
    padding:20px;
    background-color:rgb(222, 224, 226);
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    border-radius:15px;
}

p {
    text-align:left;
}

a:link, a:visited {
    text-decoration:none;
}

a:hover, a:active {
    text-decoration:underline;
}

.quote {
    font-style:italic;
    margin-left:30px;
}

.pilltable tr {
    height: 40px;
}

.pill {
    border-radius:20px;
    border:1px solid black;
    color:white;
    font-weight:bold;
    padding:5px;
}
