/* CSS stylesheet for the Tcler's Wiki by Steve.Cassidy@mq.edu.au */
/* Tweaks by jcw, 09nov02 - just because it's so terribly easy... */

BODY {
    color: #000;
    margin-left: 2%;
    margin-right: 2%;
    font-family: "Trebuchet Ms", Verdana, sans-serif;
}

H1 {
	  font-size: xx-large;
}

H2 {
	    font-size: x-large;
}

/* Set the style of links, A:link is the default style */
A:link {
    font-weight: bold;
    text-decoration: none;
}

/* These are for links that have been visited or that are clicked on  */
A:visited, A:active {
   font-weight: bold;
  text-decoration: none;
}
	  
/* Set a background colour for <pre> sections and show text in red      */
/* note that NS4.x and earlier don't show the background colour for the */
/* full width of the page, just for where there's text                  */
pre {
    background-color: #E0E0E0;
    font-weight: bold;
   font-family: monospace;
  color: #802020;
}

pre.diff {
    margin-left: 15px;
    margin-right: 20px;
   background-color: #F0F0F0;
}

pre.newpage {
    background-color: #FFFF0;
    margin-left: 15px;
    margin-right: 20px;
}

hr.diff {
   margin-left: 15%;
  margin-right: 15%;
}

span.context {
     background-color: #F0F0F0;
}
					 
span.old {
    background-color: #FFA0A0:
}

span.newpage {
   background-color: #FFFF00;
}

span.new {
  background-color: #A0FFA0;
}

span.continue {
     font-weight: normal;
//   background-color: #FFFFFF;
}

/* Style for the page footer which is marked with <div id='footer'>  */
#footer {
    background-color: #E0E0E0;
}

dt {
   font-weight: bold;
}

