body, td {
	font: normal 14px Arial;
	margin: 20px 60px 50px 20px;
	background-color: black;
  background-image: url('../darkstars.jpg');
	color: white;
}
a, a:visited {
	color: #8888BB;
}
h1 {
	margin-bottom: 20px;
	color: orange;
}
h2 {
	margin-bottom: 0px;
	color: orange;
}
img {
	border-style: none;
}
.box {
	border-style: dotted;
	border-width: 1px;
	border-color: #444444;
}
.box td {
	padding: 10px;
}
.box .caption {
	font-size: smaller;
}
.entry {
	margin-bottom: 40px;
  margin-left: 30px;
  float: left;
}
.entry .caption {
  color: #8888BB;
}
#main {
	margin-left: 20px;
}
ul {
	margin-top: 0;
}
#backlink {
	font-weight: bold;
	text-decoration: none;
	color: #8888BB;
  font-size: 19px;
}
#year {
  position: fixed;
  top: 10px;
  right: 80px;
  font: bold 60px Tahoma;
  opacity: 0.6;
}
a.biggo {
  background-color: orange;
  display: inline-block;
  padding: 10px 20px;
  margin: 10px 0;
  color: black;
  font-size: 18px;
  text-decoration: none;
}
a.biggo b {
  font-size: 26px;
  margin-right: 10px;
}
a.biggo:hover span {
  text-decoration: underline;
}

a.button {
  border: solid 1px white;
  color: orange;
  background-color: #333;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 5px;
}


