/* WikkiTikkiTavi default style sheet. */
/* $Id: wiki.css,v 1.9 2003/06/30 10:47:01 holroy Exp $ */
body
  {
    #background-color: #f5f5f5;
    background-color: #ffffff;
    font-size: 	13px;
    color:            #000000;
    font-family:      Georgia, Times New Roman, Times, serif;
    margin-right:     3%;
    margin-left:      3%; }
a {
	text-decoration: none;
	color: #FFF;
	outline: none;
	font-weight: bolder;
}
a:link
  { color:      #97694f;
    background: transparent;
	text-decoration: none;
 }
a:visited
  { color:      #4e2f2f;
    background: transparent;
        text-decoration: none; }
a:active
  { color:      #7f3030;
    text-decoration: none;
    background: transparent; }
a:hover 
  { color:      #7f3030;
    text-decoration: underline;
    background: transparent; }

a.title
  { text-decoration: none; }
img
  { border: 0; }
div.logo
  { float: right; }
table.diff
  { width: 95%; }
td.diff-added
  { background-color: #cfffcf;
    color:            #000000; }
td.diff-removed
  { background-color: #ffffaf;
    color:            #000000; }
h1
  { margin-bottom: 0; }
textarea
  { width: 100%; }
dl, ul, ol
  { margin-top:    0px;
    margin-bottom: 0px; }
form
  { margin-top: 0px; }
p.warning
  { color:      #ff3f3f;
    background: transparent; }
span.twin
  { font-size: smaller; }
tt
  { background: transparent;
    color:      #383838; }
pre
  { background: transparent;
    color:      #383838; }

div#header #logo
  { float: right; }
div#header hr
  { clear: both; }

@media print {
 div#header #toolbar_top { display: none}
}
