
/* this style sheet defines the basic style for all Guilds.net pages*/
/* you can point to this by adding:

<link rel="Stylesheet" type="text/css" href="/include/guilds.css">


   in the HEAD of your HTML document */

body {
  font-family: sans-serif;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
  color: black;
  background: white;
  width: 90%;
  margin: auto;
}


.navBlock {
   background: #d9e2b5;
   color: #000;
   font-size: 1.4em;
   float: none;
   width: 20%;
   border: none;
}

p.small + div.navBlock {
   border-top: 1px solid #000;
   border-left: 1px solid #000;
}

a { 
  text-decoration: none	
}
a:link, a:active {
  color: #3f9aaa;
  background: transparent;
}

a:visited {
  color: #443d47;
  background: transparent;
}

div.intro {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic
}

pre {
  font-family: monospace
}

img.icon { 
  border: none
}

UL.toc {
  list-style: disc;
  list-style: none;
}

div.issue {
  padding: 0.5em;
  border: none;
  margin-right: 5%;
}

h1.c1 {
  text-align: center
}
.hideme { display: none }

div.nextprev {
               float: right;
               text-align: center; 
               margin: 1em;
               margin-top: 2em; 
               margin-bottom: 1em 
               display: inline; 
}

div.navnext	{ display: inline }
div.navprev	{ display: inline }

div.navprev:before { content: url("/icons/left.gif");
			vertical-align: 54px; margin-right: -2px }
div.navnext:after  { content: url("/icons/right.gif");
			vertical-align: 54px; margin-left: -2px }



