html {
    background-color: #333333;
    color: #ffffff;
    font-family: Lucida Console, Courier New, monospace;
    font-size: 1em;
}

h1 {
    font-size: 1em;
    padding-bottom: 1em;
}

h2 {
    font-size: 1em;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a.blue-socialmedia:hover {
    color: #6c9eab;
}

a.blue-socialmedia:active {
    color: #6c9eab;
}

a.purple-projects:hover {
    color: #a172ab;
}

a.purple-projects:active {
    color: #a172ab;
}

a.green-goals:hover {
    color: #78b089;
}

a.green-goals:active {
    color: #78b089;
}

a.red-gallaries:hover {
    color: #c75a66;
}

a.red-gallaries:active {
    color: #c75a66;
}

a.pink-posts:hover {
    color: #c2699b;
}

a.pink-posts:active {
    color: #c2699b;
}

ul {
    list-style-type: square;
}

.indent-2em {
    padding-left: 2em;
}

.blue {
    color: #6c9eab;
}

.purple {
    color: #a172ab;
}

.pink {
    color: #c2699b;
}

.green {
    color: #78b089;
}

.red {
    color: #c75a66;
}

.lightbox-thumbnail {
    width: 12em;
}

.nostyle {
    text-decoration: none;
    link-style: none;
    link-style-type: none;
    color: inherit;
}