body {
    color: white;
    background-color: black;
    font-family: "Times New Roman", serif;
    font-size: 10pt;
}

/* unvisited link */
a:link {
    color: white;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: white;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: pink;
}

/* selected link */
a:active {
    color: white;
}

h1 {
    font-size: 8pt;
    color: black;
    text-align: left;
    font-family: "Times New Roman", serif;
    letter-spacing: 1em;
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 15px;
    padding-right: 15px;
}

p {
    font-size: 10pt;
    letter-spacing: .00em;
    line-height: 0em;
    color: rgb(0,0,0);
    font-family: "Times New Roman", serif;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    max-width: 600px;
}

.wowhuh {
    font-size: 10pt;
    letter-spacing: .2em;
    position: fixed;
    top: 25px;
    left: 25px;
}

#leftmargin { 
    width: 150px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 25px;
}

#rightmargin { 
    width: 600px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 200px;
}

#postrightmargin { 
    width: 915px;
    height: 100%;
    position: absolute;
    top: 25px;
    left: 200px;
}

#post {
    width: 600px;
    position: relative;
    border-top: 1px solid grey;
    padding-bottom: 35px;
}

.cycle {
    right: 5px;
    position: absolute;
    top: 5px;
}

.date {
    left: 5px;
    position: absolute;
    top: 5px;
}

.article {
    float: center;
    padding-top: 5px;
}

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    /* border: 1px solid red; */
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 600px;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 1200px;}