/* random ruminations print style sheet 
   last modified 03Feb05
*/

body {
  background: white;
  font-size: 12pt;
}

a:link, a:visited	{ 
  color:	#520; 
  background: transparent;
  font-weight: bold;
  text-decoration: underline; }

/*a:link: after, a: visited: after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}*/

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}

#head {
  display: none;
}

#container {
  float:          left;
  width:          585px;
  background:     #200;
  margin-right:   15px;
  padding-bottom: 20px;
}

#left {
  width:	800px;
  background:	#200;
  margin-right:	15px;
}

#right {
  display: none;
}
/* eof */
