/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
    font-family: Fixedsys, "Lucida Console", Monaco, monospace;
    background: #000;
    color: #27adad;
    margin: 0 auto;
    margin-top: 15px;
    letter-spacing: 1px;
    background-repeat: no-repeat;
    line-height: 1.3;
    image-rendering: pixelated;
    color-rendering: optimizeQuality;
    text-rendering: optimizeLegibility;
    width: 700px;
    font-size: 12.5px;
}

#content {
    border: 1.5px dotted #27adad;
    border-top: 1px solid #2fd8d8;
    background: #000;
    padding: 8px;
}

p {
    color: #27adad;
}

span {
    color: #27adad;
}

li {
    color: #27adad;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #2fd8d8;
}

h1 {
    font-size: 1.5em;
    color: #2fd8d8;
    border-bottom: 1px dotted #1e5b5b;
}

h1-2 {
    font-size: 1.75em;
    color: #2fd8d8;
}

h2 {
    font-size: 1.3em;
    color: #2fd8d8;
    border-bottom: 1px dotted #1e5b5b;
}

h3 {
    color: #2fd8d8;
    font-size: 1.2em;
}

h4 {
    color: #2fd8d8;
    font-size: 1.1em;
}

h5 {
    color: #2fd8d8;
    font-size: 1.05em;
}

h6 {
    color: #2fd8d8;
    font-size: 1em;
}

.mw-heading h1, .mw-heading h2, .mw-heading h3, .mw-heading h4, .mw-heading h5, .mw-heading h6 {
    color: #2fd8d8;
}

.mw-heading1, h1, .mw-heading2, h2 {
    margin-bottom: 0.6em;
    border-bottom: 1px dotted #1e5b5b;
}

.mw-heading, h1, h2, h3, h4, h5, h6 {
    color: #2fd8d8;
    padding-top: 0.25em;
}

hr {
    background: #1e5b5b;
}

:link {
    color: #4bf4f4;
    text-decoration: underline;
}

a {
    color: #4bf4f4;
    text-decoration: underline;
}

a:visited {
    color: #4fffff;
    text-decoration: underline;
}

a:new {
    color: #2c8e8e;
    text-decoration: underline;
}

.mw-parser-output a.extiw, .mw-parser-output a.external {
    color: #4bf4f4;
    text-decoration: underline;
}


.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
    color: #4fffff;
    text-decoration: underline;
}

b {
    color: #2fd8d8;
}

#footer {
    font-size: 10px;
    margin-top: 10px;
    padding-top: 15px;
    text-align: center;
    background: none;
    border-top: 1px dotted #1e5b5b;
    border-bottom: none;
}

#banner {
    border: 1.5px dotted #27adad;
    border-top: 1px solid #2fd8d8;
    width: 100%;
    height: 35px;
    background: #000;
    padding: 5px;
    margin-bottom: 10px;
}