div.page {
    border: 2px solid black;
    margin-bottom: 5px;
}

div.question { 
    border: 2px solid #3574EC;
}

p.title {
    font-weight: bold;
    font-variant: small-caps;
}

a {
    text-decoration: none;
}

div.navigation {
	display: none;
}

body {
    font-family: verdana;
}

div.progress-outer {
	display: none;
}

