body {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}
a:link { color: #9999ff; text-decoration: underline; }
a:active { color: #ff6666; }
a:visited { color: #cc33cc; }
a:hover { color: #ff66ff; }
.header {
    text-align: center;
    width: 100%;
}
.navigation {
    clear: both;
    float: left;
    width: 125px;
    padding-left: 0.5%;
    padding-right: 0.5%;
}
.navigation ul { padding-left: 1em; }
.icon { text-align: center; margin: 0.5em 0 0.5em 0; }
.content {
    margin-left: 125px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    text-align: justify;
}
.wide-content {
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
code { text-align: left; }
img {
    border: 0;
    vertical-align: middle;
}
.a-current { text-decoration: underline; }

.icon-list { margin-left: 0; padding-left: 0; list-style: none; }
.icon-list li { padding-left: 30px; padding-bottom: 0.5em;
	min-height: 30px; background-repeat: no-repeat;
	background-position: 0 0.5em; }

.package-list { margin-left: 0; padding-left: 1em; list-style: none; }
.package-list li { padding-left: 54px; padding-bottom: 0.5em;
	min-height: 48px;
	background-repeat: no-repeat; }

