body {
        width: 100%;
        margin: 0;
	margin-left: 2cm
        font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: smaller;
}

#wikihead {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 8pt;
}

#wikilogo {
        padding:0;
        padding-right: 8pt;
	width: 120px;
}
.pagegroup { font-size: 150%; font-weight: bold; }
.pagetitle { font-size: 300%; font-weight: bold; }

/* TEXT AND LINKS */
a { text-decoration: none; }

#wikitext {
	margin-left: 20em;
	margin-right:20em;
}
#wikitext p {
	line-height: 160%;
}

h1, h2, h3 {
  font-family: "trebuchet ms", tahoma, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 170%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

h2 {
  font-weight: bold;
  font-size: 150%;
}

/* SIDEBAR */
#wikileft { width: 120px; font-size: smaller; }
#wikileft table *  strong  {
  font-weight: bold;
  padding: 0.5ex 0.5em 0.5ex 0.75em;
  display: block;
  line-height: 1.25em;
}
#wikileft table * a, #wikileft * a:hover {
  color: black;
  text-decoration: none;
  line-height: 1.25em;
  display: block;
  padding: 1ex 0.5em 1ex 0.75em;
}

#wikileft p {
	margin-left: 0.25em;
	margin-right:0.5em;
	line-height: 100%;
}

/* FOOTER */
#wikifoot {
        margin-top: 8pt;
        padding: 0.5ex;
        font-size: smaller;
        line-height: 1.8em;
        padding-left: 1em;
        clear: both;
}

/* COLOURS */
#wikifoot, #wikihead, #wikileft * strong, #wikileft *  a:hover {background-color:  #f0f0ff; }

#wikileft * strong { color: #9999FF; }

h1, h2, h3, .pagegroup, .pagetitle {  color: #a0a0ff; }

a {color: #8080df;}
/*a.urllink {color: #5050af;;}*/
a:hover {color: #880;}

/* BORDERS */
#wikihead, .sidebox { border-bottom: 2pt solid  #9999FF; }
#wikifoot, #wikileft * strong   { border-top:    2pt solid  #9999FF; }
#wikileft *  strong       { border-bottom: 1px dashed #9999FF; }


