body {
  background:				#000000;
  color: 				#ffffff;
  font-family: 				monospace;
  font-size:				small;
  margin: 				0px;
  padding: 				0px;
  line-height:				1.3em;
}
img {
  border:				none;
}
#archive {
  font-size:				x-small;
  background:				#1c1c1c;
  color:				#3c3c3c;
  border-bottom:			1px solid #3c3c3c;
  margin:				0px auto 2em auto;
  vertical-align:			bottom;
}
#archive a, #archive .fill {
  color:				#6c6c6c;
  margin:				auto 4em auto 4em;
  text-decoration:			none;
}
#title {
  text-transform:			lowercase;
  font-size:				large;
  font-weight:				bold;
  /*padding:				10px;*/
}
#title a {
  color:				#ffffff;
  text-decoration:			none;
}
table#body {
  margin:				0px;
  border:				none;
  border-collapse:			collapse;
  border-spacing:			0px;
}
#body td {
  vertical-align:			top;
  width:				200px;
}
img {
	margin: auto;
}
#content div {
  margin:				auto;
  padding:				5px;
}
#content div ul {
  text-indent:				0.5em;
  margin:				0px;
  padding:				0px;
  list-style-type:			none;
}
#content div li {
  margin:				0px 0px 0.2em 0px;
}
#content h1 {
  font-size:				large;
}
#content h3 {
  font-size:				small;
  letter-spacing:			0.2em;
}
#content a, #content a:link, #content a:visited {
  text-decoration:			none;
}
#content a, #content a:link, #content a:hover, #content a:visited {
  margin:				auto;
  background:				#000000;
  color:				#ffffff;
}
#content a:hover {
  text-decoration:			underline;
}
#content img, #content a img {
  margin:				0px;
}
div#public, div#about, div#activities, div#interests, div#impress {
  background:				#2c2c2c;
  border:				1px solid #ffffff;
  margin:				1em;
  padding:				1em;
}
div#impress h1 {
  display:				inline;
}
div#impress {
  text-align:				justify;
  line-height:				1.7em;
  max-width:				400px;
  height:				200px;
  margin-left:				230px;
}
div#impress p {
  width:				400px;
}
#footer {
  color:				#ffffff;
  font-size:				x-small;
  text-align:				right;
}
#footer a, #footer a:link, #footer a:hover, #footer a:visited {
  color:				#ffffff;
}
#footer #cc-icons {
  margin:				10px 10px 0px auto;
  float:				right;
}
