body
{
  font-family: sans-serif;
  margin: 2em 0 auto 0;
  font-size: 10pt;
  background-color: white;
}

#header
{
  background-image: url(bg.png);
  background-repeat: repeat-x;
  background-color: #cccccc;
  height: 168px;
}

#face
{
  float: left;
  margin-left: 2em;
  margin-right: 2em;
}

#headlines
{
  margin-left: 140px;
}

#title
{
  display: none;
  font-size: 48pt;
  padding-top: 28pt;
  font-weight: bold;
}

#byline
{
  display: none;
  font-size: 12pt;
  font-style: oblique;
  font-weight: bold;
  color: #000000;
}

#content
{
  background-color: #f5f5f5;
}

.section {
  margin-bottom: 0.5em; 
}

h1, h2
{
  background-color: #cccccc;
  border-top: solid 1px #9d9d9d;
  padding: 0.25em 1em 0.25em 1em;
}

h2:hover {
  background-color: #aaa;
}

h1 {
  border-bottom: solid 1px #9d9d9d;
  font-size: 14pt;
  margin-top: 1em;
  margin-bottom: 0;
}

h2 {
  margin: 0;
  font-size: 14pt;
}

.clickable {
  cursor: pointer;
}

.item
{
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

.title
{
  display: inline;
}

.title a
{
  color: brown;
  text-decoration: none;
}

.title a:hover
{
  text-decoration: underline;
}

.desc
{
  margin-left: 2em;
  display: inline;
}

#footer
{
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-align: right;
  font-size: 10pt;
  font-style: oblique;
}

#icons
{
  float: left;
}

a img
{
  border: 0;
}

#mail
{
  margin-top: 2px;
}

.url
{
	font-size: 10pt;
}

#links {
  border-collapse: collapse;
  margin-left: 0.5em;
  margin-top: 0.5em;
}

#links td {
	vertical-align: top;
}

.link-section {
  padding-bottom: 0.5em;
  padding-right: 0.5em;
}

.link-section-title {
	font-size: 10pt;
	font-weight: bold;
}

.url a
{
	text-decoration: none;
	color: blue;
}

.url a:hover {
  text-decoration: underline;
}

#descr {
  padding: 10px;
  background-color: #dddddd;
}
.futurama-contents { margin-top: 0.5em; margin-left: 1em; }
.futurama-header { display: none; }
.futurama-contents p { 
  margin-bottom: 0.25em;
  background-color: white;
  font-size: 8pt;
  border-top: dotted 1px rgb(224, 224, 224); 
  border-bottom: dotted 1px rgb(224, 224, 224); 
  padding: 0.5em 1em 0.5em 1em; 
  margin-top: 0; 
}
.futurama-char { font-weight: bold;  }

