.tesseract {
		   display: block;
		   float: right;
}

a {
	   color: #000060;
	   font-style: normal;
	   text-decoration: underline;
}

.header a {
		  color: #8080ff;
}

a:hover {
  border-top: 1px solid blue;
  border-bottom: 1px solid blue;
  color: blue;
  text-decoration: none;
}

blockquote {
		   width: 50%;
		   padding: 1ex;
		   color: #40a040;
}

h1 {
   text-align: center;
}

.header {
		background-image: url(tesseract-blue.png);
		background-repeat: no-repeat;
		color: #8080ff;
		padding: 1.5ex;
		text-indent: 4ex;
}

/* We don't want tesseract to repeat on every inlined page. */
.inlinepage .header {
        background-image: none;
        padding: 0ex;
        text-indent: 0ex;
}

.backlinks {
		   display: inline;
}

/*
	Fix for the TOC module which puts each heading in an <a> because of anchor.
*/
h1 a { color: black; }
h2 a { color: black; }
