::selection {
    background-color: black;
    color: whitesmoke;
}
@font-face {
    font-family: "F25Banker";
    src: url(/assets/fonts/F25_Bank_Printer.ttf) format(truetype);
    font-weight: normal;
    font-style: normal;
}
html {
    background-color: #000;
    font-size: 15px;
    font-family: "F25Banker";
}
body {
    position: relative;
    margin: 0;
}
.main {
    margin: 0;
    background: url(/fanpages/lauren/imgs/background3.png) no-repeat;
    width: 500px;
    height: 1667px;
    color: black;
    font-size: 12px;
    line-height: 1.2;
    border-right: 5px purple ridge;
}
.content {
    position: absolute;
    background-color: whitesmoke;
    width: 320px;
    padding: 0 8px;
    margin: 0;
}
a {
    color: purple;
    text-decoration: none;
}
a:hover, a:active {
    color: orangered;
    text-decoration: underline;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}
h1, h2 {
    margin: 0;
    font-style: italic;
    text-align: center;
}
hr {
    border: 3px double black;
    border-width: 3px 0 0 0;
}
ul {
    list-style: none;
    padding: 0;
}
ol {
    margin-top: -12px;
    list-style-position: inside;
    text-transform: capitalize;
    padding: 0;
}