body {
    background-color: #efefef;
}

.indexblock {
    font-size: x-large;
    overflow: hidden;
}

div#indexlinks {
    display: none;
}

.ad, .twitter {
    display: none;
}

p#jump {
    margin-bottom: -1.3ex;
}

.mainblock {
    font-size: x-large;
}

h1 {
    font-size: x-large;
    text-align: center;
    color: #2d5ac3;
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
}

h2 {
    font-size: x-large;
    color: #2d5ac3;
    border-bottom: 1px solid #025;
    margin-top: 0px;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
}

h3 {
    color: #000000;
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
}

hr {
    border-bottom: 1px solid #025;
    box-shadow: 0 2px 0 #fcfcfc;
    -moz-box-shadow: 0 2px 0 #fcfcfc;
    -webkit-box-shadow: 0 2px 0 #fcfcfc;
}

pre {
    border-style: none;
    border-color: #f06000;
    border-width: 2px 2px 2px 2px;
    background-color: #eeeeee;
    width: 80%;
    margin-left: 20px;
}

pre.terminal {
    padding: 10px;
    margin-left: 20px;
    border: 0px ridge;
    color: white;
    background-color: black;
    line-height: normal;
    font-size: smaller;
    width: 90%;
}

a:link {
    color: #3e09dd;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #990419;
    background-color: transparent;
    text-decoration: none;
}

a:active {
    color: #190466;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #000000;
    background-color: #8888ff;
}

ul, ol, dl {
    margin-top: 10px;
    margin-bottom: 10px;
}

dt {
    line-height: 110%;
}

dd {
    text-indent: 1.0em;
    margin-left: 1.0em;
}

li {
    line-height: 110%;
    margin-top: 2px;
    margin-left: 0px;
    margin-bottom: 2px;
    list-style-position: outside;
}

.indent {
    margin-left: 10%; 
    margin-right: 5%;
}

.filename {
    font-family: monospace, courier;
}

img {
    border: none;
}

span.warning {
    color: red;
}

span.fontsizeplus {
    font-size: x-large;
}

span.fontsizeplusplus {
    font-size: xx-large;
}

div#name {
    font-family: "Reenie Beanie", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    word-spacing: 0;
    line-height: 1;
    margin-bottom: 10px;
}

