body {
	background-color: #000000 ;
	font-family: "Lucida Console", monospace ;
	font-size: 13px ;
	color: #00ff00 ;
}

a:link {
	text-decoration: none ;
	color: #ffffff ;
}

a:visited {
	text-decoration: none ;
	color: #ffffff ;
}

a:active {
	text-decoration: none ;
	color: #00ff00 ;
}

a:hover {
	text-decoration: none ;
	color: #00ff00 ;
}

ul {
	list-style-type: none ;
}

h1 {
	font-size: 200% ;
	color: #ffffff ;
}

h2 {
	font-size: 150% ;
	text-decoration: underline ;
	color: #ffffff ;
}

h3 {
	font-size: 120% ;
	text-decoration: underline ;
	color: #ffffff ;
}

h4 {
	color: #ffffff ;
}

h3.blog {
	font-size: 120% ;
	text-decoration: underline ;
	color: #ffffff ;
	margin-bottom: 1px ;
}

pre.code {
	position: relative ;
	left: 12px ;
	width: 95% ;
	background-color: white ;
	border-style: groove ;
	color: black ;
	font-family: monospace ;
	font-size: 100% ;
}

table {
	font-size: 100% ;
}

b {
	color: #ffffff ;
}

u {
	color: #ffffff ;
}

#homeimg {
	position: relative ; 
	top: 10px ;
	left: 3px ;
}

#sidebar {
	position: absolute ;
	top: 0px ;
	left: 0px ;
	width: 120px ;
	height: 550px ;
	text-align: center ;
	font-size: 100% ;
	border-style: solid ;
	border-width: 1px ;
	border-color: 00ff00 ;
}

#bottomquote {
	font-size: 90% ;
	color: #ffffff ;
	text-align: left ;
	position: absolute ;
	width: 95% ;
	bottom: 0px ;
	left: 3px ;
}

#centermain {
	position: absolute; 
	top: 0px ;
	left: 135px ;
	right: 25px ;
	font-size: 100% ;
}

#lastmodified {
	/*
	position: absolute ;
	bottom: 0px ;
	*/
	right: 2px ;
	text-align: right ;
	font-size: 100% ;
	color: #ffffff ;
}

#newsitem {
	position: relative ;
	left: 6px ;
	width: 95% ;
	background-color: #000000 ;
	border-style: solid ;
	border-color: white ;
	color: #66ff00 ;
	font-family: monospace ;
	font-size: 100% ;
}

#whoaminav {
	font-size: 125% ;
}

#blogtime {
	font-family: monospace ;
	font-size: 100% ;
	color: #ffffff ;
}

#gallery a {
	float: left ;
	width: 130 ;
	height: 130 ;
	padding-left: 5 ;
	padding-top: 5 ;
}
