body {
	background-color: black;
	background-image: url(http://www.cethru.com/images/cethru.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
	font-family: Arial
}

div.top {
	position: center;
	width: 5px;
	height: 140px
}

a:visited { color: red }

a.home {
	text-decoration: none;
	color: red
}

a.active { 
	font-weight: bold;
	text-decoration: none;
	color: red
}

a.home:hover {
	text-decoration: none;
	color: orange
}

a.active:hover {
	text-decoration: none;
	color: orange;
	font-weight: bold
}


a.link {
	font-weight: bold;
	color: white;
	font-size: 1.1em
}

a.linksub {
	font-weight: bold;
	color: white;
	text-decoration: underline
}

a.bold {
	font-weight: bold;
	color: white
	}