/* 
 * $Id: style.css,v 1.0 15/05/2003 17:16 wap Exp $
 */

body {
  padding: 2em 1em 2em 70px;
  margin: 0;
  font-family: sans-serif;
  color: black;
  background: white;
  background-image: url(logo.png);
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }
a:link img, a:visited img { border-style: none }

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #005a9c; }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

/* New ones */

DIV.wikitext, DIV.wikipreview {
  padding: 1em;
  border: dashed 2px #999;
}
DIV.wikipreview {
  padding: 1em;
  border: dashed 2px #999;
  background-color: #eee;
}
DIV.wikiheader {
  border-bottom: solid 2px #005a9c;
  margin-bottom: 2em;
  padding-bottom: 0.5em;
}
DIV.wikifooter {
  border-top: solid 2px #005a9c;
  margin-top: 2em;
  padding-top: 0.5em;
}
DIV.wikipref {
  padding: 1em;
  border: solid 1px #005a9c;
}

TABLE.wikidiffold { background-color : #eee }
TABLE.wikidiffnew { background-color : #69f }
