body {
  margin: 2em 1em 2em 70px;
  font-family: sans-serif;
  color: black;
  background: white;
  background-image: url("http://www.bogomip.net/images/bogomip.png");
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
a { text-decoration: none }

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
:active { color: #C00; background: transparent }

th, td { /* ns 4 */
  font-family: sans-serif;
}

p { text-indent: 1em }

.strike { text-decoration: line-through }

h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #005A9C; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

.hide { display: none }

@media screen {  /* hide from IE3 */
img:hover { background: transparent }
a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }

dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

pre, code { font-family: monospace } /* navigator 4 requires this */

/* Preformatted examples */
pre.example {
	white-space: pre;
	font-family: monospace;
	color: green;
	font-weight: bold;
	margin-right: 0;
	margin-left: 0;
}
.center {  text-align: center}

table {
  display: table;
  border: none;
}

tr {
  vertical-align: top;
}

td {
  text-align: left;
  width: 50%;
  padding: 1em;
}

caption {
	caption-side: top;
	width: auto;
	text-align: left;
	font: 145% sans-serif;
	color: #005A9C;
	background: white;
}

img {
  border: none
}
