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

body {
	background-color:#000000;
	background-image: url('http://www.jimbosmash.com/bg.jpg');
	background-repeat:no-repeat;
    background-position: top;
	}
body,td,th {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	color: #FFFFFF;
	}
a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 0 0.2em #fff;
	}
a:hover {
	text-decoration:underline;
	}
.subtext {
	color:#555555;
	}
.subject {
	font-size:18pt;
	}
.subject a{
	font-weight:normal!important;
	}
.blogimage {
	clear:both;
	}
.art {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	}
.artlink a{
	text-decoration:underline !important;
	color:#000000 !important;
	}
.main {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
.links {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.sketchbook {
	color:#000000!important;
}
.tumblr {
	width:500px;
	position:relative;
	left:110px;
	top:65px;
}