body {
background: white url('rings.jpg');
background-attachment: fixed;
background-position: 0 0;
background-repeat: repeat-y;
margin: 0px;
}
img { float: right; }
pre, p, h2 { margin-left: 100px; margin-right: 32px; }
p { color: maroon; }
a:link { color: darkolivegreen; }
a:visited { color: teal; }
a:hover { color: black; }
html { font-family: monospace; }
