@CHARSET "ISO-8859-1";

img, img a:visited, img *:link, img a:link, a:link, a:visited {
  text-decoration: none;
}

html {
	background-color:#ffffff;
}

#doc {
  padding-left: 1em;
}

h1, h2 {
  margin-left: -.5em;
}

h1 {
  font-weight: bold;
  font-size: 167%;
}

h2 {
  font-weight: bold;
  font-size: 153.9%;
}

h3 {
  font-weight: bold;
  font-size: 138.5%;
}

h4 {
  font-weight: bold;
  font-style: oblique;
  font-size: 123.1%;
}

h5 {
  font-size: 108%;
  font-weight: bold;  
}
h6 {
   font-size: 100%;
   font-weight: bold;
}

#text {
	width:100%;
}

#wikiedit {
	margin-bottom: 1em;
	}
	
#pagetext {
	  margin: 1em 0;
	}
	
input.searchbox {
	   width: 80%;
	}	

@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #pagecmds, .editnav { display:none; }
  #wikifoot { padding:2px; }
}
