
/* Colors, fonts and other basic stuff */

body {
  background: black;
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }
  
p#small {
  font-size: 0.7em;
  font-style: italic }
h1 {
  line-height: 1;
  text-align: left;
  font-variant: small-caps;
  border-bottom: thin solid;
  padding: 0 0 0.2em 0.2em;
  font-weight: normal }
h1:first-line { 
  border-bottom: none;		/* bug in Konqueror 3.1 */
  font-style: italic }
.test {
  text-align:right }
a:link img, a:visited img {
  border-style: none }
h1, h3 {
  color: #FFF }
h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 1.5em 1em 1em 0;
  display: run-in }
h3.subtitle {
  font-weight: normal;
  font-style: italic;
  margin: 1em 0;
  display: block;
  text-align: left }
h2 {
  text-align: left;
  line-height: 1;
  color: #aa7;
  border-bottom: thin solid;
  padding: 0 0 0.2em 0;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 0.2em }
div.section {
  clear: both }
pre {
  text-align: left }		/* Safari 1.0b doesn't do this by default */
li {
  padding-left: 0;
  margin: 1.2em 0 }
ul, ol {
  padding-left: 0;
  margin-left: 1.5em }
address { 
  text-align: right;
  font-style: italic }
p + p {			
  text-indent: 1.5em;
  margin-top: 0 }
p {
  margin-top: 1em;
  margin-bottom: 0 }
dd {
  padding-left: 1.5em;
  margin-left: 0 }
a:link {
  color: #ddd;
  text-decoration: none }
a:visited {
  color: #ddd;
  text-decoration: none }
a:active {
  color: #ddd;
  text-decoration: none }
a:hover {
  color: #ddd;
  text-decoration: underline }
div.back {
  clear: both }
.toplink {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px
  line-height: 0;
  font-size: 0.4em;
  font-style: normal;
  letter-spacing: 0.2em}

