html, body {
  height: 100%;
}

body {
  margin: 0px;
  font-family: sans-serif;
  background-repeat: repeat-y;
  background-position: left;
}

h1 {
  margin: 0;
  font-size: 1.5em;
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

:link, .link {
	color: #0000ff;
	text-decoration: none;
	cursor: pointer;
}
:visited, .link {
	color: #0000ff;
	text-decoration: none;
	cursor: pointer;
}
:link:active, :visited:active, link:active {
}
:link:hover, :visited:hover, .link:hover {
	text-decoration: underline;
}

table.subscriptions {
        border-collapse: collapse;
}

table.subscriptions td,
table.subscriptions th {
        border: solid 1px #aaaaaa;
        padding: 0.2em;
        white-space: nowrap;
}

.warning {
    color: #ff0000;
    }

.log {
    padding-left: 2px;
}

