html {
        color:#cfcfcf;
        background-color:#333;
}
a {
        color:#ccccff;
}
body {
        max-width:1024px;
}
ul, ol {
	margin-bottom: 2em;
}
li {
	margin-bottom: 1em;
}
fieldset {
	margin-bottom: 2em;
}
legend {
	font-weight: bold;
	font-size:1.25em;
}
.spoiler {
        color: #333;
        border: dotted 1px #fff;
}
#secrets {
        display: none;
}

