body {
    background-color:#000000;
    color:#F5F5F5;
    font-family:serif;
    margin-left:10%;
    margin-right:10%;
    margin-bottom:50px;
	text-align:justify;
}

.preamble {
    background-color:#000000;
    color:#F5F5F5;
    text-align:center;
}

.postamble {
    background-color:#000000;
    color:#F5F5F5;
    text-align:center;
    margin-top:50px;
    font-size:small;
}

a:link {
    background-color:#000000;
    color:#FFFFFF;
	text-decoration: underline;
}

a:visited {
    background-color:#000000;
    color:#C0C0C0;
	text-decoration: underline;
}

a:hover {
    background-color:#000000;
    color:#FFFFFF;
	text-decoration: underline;
}

a:active {
    background-color:#000000;
    color:#FFFFFF;
	text-decoration: underline;
}

code {
	/* For inline code. */
    background-color:#000000;
    color:#F5DEB3;
    font-family:Source Code Pro,monospace;
}

pre.src {
    /* For code blocks. Note that pre.src-python will override this style for Python code blocks. */
    background-color:#000000;
    color:#F5DEB3;
    border-color:#3A6EA5;
    border-width:thin thin thin 10px;
    font-family:Source Code Pro,monospace;
}

pre.example {
    /* For code output. */
    background-color:#000000;
    color:#9ACD32;
    border-color:#9ACD32;
    border-width:thin thin thin 1px;
    font-family:Source Code Pro,monospace;
}
