/* Print stylesheet for Elena of Valhalla personal page */

/* Colors and fonts */

body {
  background-color: #ffffff;
  color: #000000;
  font-size: small;
}

a:link {
  color: #333333;
  background-color: #ffffff;
}

a:active {
  color: #333333;
  background-color: #ffffff;
}

a:visited {
  color: #333333;
  background-color: #ffffff;
}

h1 {
  text-align: center;
}

/* Hidden texts */

span.hidden {
  display: none;
}

/* Informations to be added */

div.info:before {
  content: "From Elena of Valhalla's Home Page (http://www.trueelena.org)";
}

a.extl:after {
  content: " ("attr(href)")";
}

address a:after {
  content: " ("attr(href)")";
}

/* Navigation bar */

div.navigation {
  border-width: medium;
  border-style: inset;
  border-color: #999999;
  padding: 5px;
  font-size: x-small;
}

a.nav-title:before {
  content: "[";
}

a.nav-title:after {
  content: "]";
}

a.nav-link:before {
  content: "[";
}

a.nav-link:after {
  content: "]";
}

div.nav-skip {
  display: none;
}

/* about section */

div.info {
  border-width: medium;
  border-style: inset;
  border-color: #999999;
  padding: 5px;
  font-size: x-small;
}

/* Other formatting */

blockquote.rant-quot {
  text-align: right;
  font-style: italic;
}

