@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Quattrocento:700');



/* Title and Author */
.custom_title, .custom_author, .custom_illustrator  {
    text-align: center;
    font-family: "Quattrocento", Georgia, 'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
}

.custom_title {
    font-size: 30pt;
    color: black;
}

.custom_author, .custom_illustrator {
    font-size: 14pt;
    font-style: italic;
    font-family: sans-serif;
    color: #BBB;
}

.custom_illustrator {
	margin-bottom: 75px;
}


/* Body and Choices */
body {
    font-weight: normal;
}


p {
    font-size: 16pt;
    line-height: 1.7em;
    color: black;
}

/* Style the text of the choice links */
a {
    font-weight: 700;
    color: blue;
    font-family: sans-serif;
    transition: color 0.6s;
    text-decoration: none;
}

p.choice a {
    font-size: 16pt;
}

/* Style the text of the chosen option */
.chosen {
    font-style: italic;
    font-size: 12pt;
    text-align: left;
}