@import 'xhtml.css';

h1 {
  text-align: left;
  font-style: italic;
  font-family: serif;
}

pre {
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border: thin #ff00ff dashed;
  padding: 0.5em;
  background-color: #f4fff4;
  color: black;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

dl > dl {
  margin-left: 2em;
}

dd > p {
  margin-left: 0;
  text-indent: 0;
}

hr {
  margin-top: 4em;
}

/*

LICENSE

Copyright 2007 Wakaba <w@suika.fam.cx>

This style sheet is free software; you can redistribute it and/or modify 
it under the same terms as Perl itself.

$Date: 2007/04/25 11:20:39 $

*/
