@charset "UTF-8";
/* CSS Document */


@font-face {
    font-family: "tox_typewriterregular";
    src: url("tox_typewriter-webfont.woff2") format("woff2"),
         url("tox_typewriter-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}

body {
	background: #444444;
	font-family: "tox_typewriterregular", "monospace";
	font-size: 17px;
	line-height: 21px;
	color: #000000;
}

h1 {
	font-weight: normal;
	font-size: 22px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:link, a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


a:active {
	color: #65181A;
}


#sorrow_guy:hover {
    content: url('sorrow_guy2.png');
}

#bc:hover {
    content: url('bc2.png');
}
#bc:active {
    content: url('bc.png');
}

#ig:hover {
    content: url('ig2.png');
}
#ig:active {
    content: url('ig.png');
}

#fb:hover {
    content: url('fb2.png');
}
#fb:active {
    content: url('fb.png');
}

#hidden_images img {
	width: 1px;
	height: 1px;
}

.images {
	height: 75px;
}

.images img {
	height: 75px;
	width: auto;
	padding-right: 10px;
}

.images p {
	font-size: 10px;
}
