﻿body {
  font-family: 'Trebuchet MS',sans-serif;
  color: black;
  background: white;
}

a:link { color:black; text-decoration:underline; }
a:visited { color:black; text-decoration:underline; }
a:focus { color:black; text-decoration:none; }
a:hover { color:black; text-decoration:none; }
a:active { color:black; text-decoration:none; }

/* Header */
#header {
  margin: 0;
  padding: 5px;
  border-bottom: 5px solid black;
}
#header h1 {
  margin: 0;
  padding: 0;
}
#ulMenu {
  display: none;
}
#header a:link { color:black; text-decoration:none; }
#header a:visited { color:black; text-decoration:none; }
#header a:focus { color:black; text-decoration:underline; }
#header a:hover { color:black; text-decoration:underline; }
#header a:active { color:black; text-decoration:underline; }

/* Content */
#content {
  margin: 0;
  padding: 0;
}

/* Footer */
#footer {
  margin: 0;
  padding: 5px;
  border-top: 3px solid black;
}
#footer p {
  margin: 0;
  padding: 0;
}

/* Thumbnail */
.thumbnail {
  border: 1px solid black;
}

/* Information list */
.infolist {
  margin-left: 1em;
}
.infolist dt {
  margin-top: .5em;
  font-size: larger;
  font-weight: bold;
}

/* RSS feed items */
.rssfeeditems {
	margin-left: .5em;
	padding-left: .5em;
	font-size: smaller;
}
.rssfeeditems em {
	color: gray;
}

.todo {
  color: black;
}

.center {
  text-align: center;
}
