body {
    font-family: Helvetica;
    font-size: 13px;
    color: black;
    letter-spacing: 1px;
}

.sidebar {
    position: fixed;
    top: 0;
    left:0;
    width: 330px;
}

.mybutton {
    font-size: 20pt;
}

.content-container {
    width: 900px;
    padding: 5px;
    margin-left: 360px;
}

.sidebar h2 {
    font-family: Futura;
    font-size: 14px;
    color: black;
    margin: 0 25 0;
    text-transform: uppercase;
}


ul {
    list-style-type: none;
}

li {
    background: #0065cc;
    color: black;
}

a {
    font-family: ;
    color: yellow;
    font-style: oblique;
    text-decoration: overline;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

h1 a {
    font-family: futura;
    font-weight: bold;
    color: pink;
    font-size: 40px;
    font-style: bold;
}

small {
    clear: both;
}

.post-title {
    font-size: 24px;
    font-family: futura;
    text-transform: uppercase;
    color: #0065cc;
}

.posts h2 {
    font-size: 18px;
}

.highlight {
      width: 600px;
      margin: 20px 20px ;
      padding: 1px;
      border-style: solid;
      border-color: pink #0065cc #0065cc pink;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h1 a:hover {
    text-decoration: line-through;
    background-color: transparent;
}

a:hover {
    text-decoration: line-through;
    background-color: pink;
}


.nt {
    color: red;
}

.k {
    color: pink;
}

.p {
    color: green;
}

.post-date {
    background-color: red;
}

.sidebar h2 {
    background-color: green;
}