@import url(http://fonts.googleapis.com/css?family=Quicksand);


body {
    font-size: 150%;
    text-align: center;
    font-family: Quicksand;
}

p {
    font-size: 200%;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
}

em {
    font-family: Satisfy;
    font-size: 142%;
}


h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 250%;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    font-family: Quicksand;
}

ul {
    list-style-position: inside;
}

li {
    font-size: 125%;
    font-family: serif;
    font-weight: normal;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    padding-left: 0.3em;
    line-height: 1.8em;
    list-style-type: circle;
}

a {
    text-decoration: none;
    color: black;
}

#thequestion p {
    font-family: Racing Sans One;
}
