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

/* Colors and fonts */

body {
  background-color: #ccffff;
  color: #000033;
}

a:link {
  color: #0000ff;
  background-color: #ccffff;
}

a:active {
  color: #00ffff;
  background-color: #ccffff;
}

a:visited {
  color: #000066;
  background-color: #ccffff;
}

h1 {
  text-align: center;
}

/* Hidden texts */

span.hidden {
  display: none;
}

/* Navigation bar */

div.navigation {
  border-width: medium;
  border-style: inset;
  border-color: #0000ff;
  padding: 5px;
}


div.nav-class {
  border-width: thin;
  border-style: outset;
  border-color: #0000ff;
  padding: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

span.nav-link {
  margin-right: 0.5em;
}

span.nav-title {
  margin-right: 0.5em;
}

div.nav-skip {
  display: none;
}

/* about section */

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

p.info {
  display: inline;
}

/* Other formatting */

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

