<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
** MediaWiki 'monobook' style sheet for CSS2-capable browsers.
** Copyright Gabriel Wicke - http://wikidev.net/
** License: GPL (http://www.gnu.org/copyleft/gpl.html)
** Modified by Brighten Godfrey &lt;pbg@illinois.edu&gt;
**
** Loosely based on http://www.positioniseverything.net/ordered-floats.html by Big John
** and the Plone 2.0 styles, see http://plone.org/ (Alexander Limi,Joe Geldart &amp; Tom Croucher,
** Michael Zeltner and Geir BÃ¦kholt)
** All you guys rock :)
*/

div.content {
    margin: 2em 2em 2em 2em; /* pbg */
    padding: 0em 1em 1.5em 1em;
    background: white;
    color: black;
    border: 1px solid #aaa;
    border-right: none;
    /*line-height: 1.5em; */
    position: relative;
    z-index: 2;
	margin-left: auto;
	margin-right: auto;
}

tr.separator {
	height: 2px;
}


/* Font size:
** We take advantage of keyword scaling- browsers won't go below 9px
** More at http://www.w3.org/2003/07/30-font-size
** http://style.cleverchimp.com/font_size_intervals/altintervals.html
*/

body {
	/*font-size:62.5%;  This would scale fonts to a base of 10pt */
    font: 12px sans-serif;
	background-color: #333333; /* 6a8b99*/
    color: black;
    margin: 0;
    padding: 10px;
	text-align: justify;
	text-justify: newspaper; 
}

.visualClear {
    clear: both;
}

/* general styles */

div.text {
	text-align: justify;
	text-justify: newspaper; 	
	width:507px;
}

table {
    font-size: 100%;
    background: #EEEEEE;
    margin: .4em 0 .5em 0;
}
th {
	background:#000000;
	color:#FFFFFF;
}
td {
	background:white;
}
a {
    text-decoration: none;
    color: #F25900;
    background: none;
}
a:visited {
    color: #F25900;
}
a:active {
    color: #000000;
}
a:hover {
    text-decoration: underline;
}
a.stub {
    color: #772233;
}
a.new, #p-personal a.new {
    color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
    color: #a55858;
}

/* Brighten's stuff */
a.quiet{
    text-decoration: none;
    color: #000000;
    background: none; }
a.quiet:hover {
	text-decoration: underline;
	}
a.quiet:active {
    color: #faa700;
	}

/* Back to Wikipedia's stuff */

img {
    border: none;
    vertical-align: middle;
}
p {
	text-align: justify;
	text-justify: newspaper; 
    margin: 1em 0 1em 0;
    /* line-height: 1.5em; */
}
p img {
    margin: 0;
}

div.optional:before { content: "Optional reading"; font-weight: bold; color: #000000; }
div.optional        { color: #666666; }

p.optional:before { content: "Optional: "; }
p.optional        { color: #666666; background: #eeeeee;}


hr {
    height: 1px;
    color: #aaa;
    background-color: #aaa;
    border: 0;
    margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gill Sans","Gill Sans MT",sans-serif;
    font-weight: normal;
    color: black;
    background: none;
    margin: 0;
    padding-top: .5em;
    padding-bottom: .17em;
    border-bottom: 2px solid #808080;
}
h1 { font-size: 200%; }
h2 { font-size: 170%; border-bottom: 1px solid #808080; }
h3, h4, h5, h6 {
    border-bottom: none;
}
h4, h5, h6 {
	font-family: sans-serif;
	font-weight: bold;
    border-bottom: none;
}
h3 { font-size: 150%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
    /*line-height: 1.5em;*/
    margin: .3em 0 0 3.2em;
    padding: 0;
	text-align: justify;
	text-justify: newspaper; 
    list-style-image: url(../../bullet.gif);
}
ol {
    /*line-height: 1.5em;*/
    margin: .3em 0 0 3.2em;
    padding: 0;
    list-style-image: none;
	text-align: justify;
	text-justify: newspaper; 
}
li {
    margin-bottom: .3em;
}
dt {
    font-weight: bold;
    margin-bottom: .1em;
}
dl {
    margin-top: .2em;
    margin-bottom: .5em;
}
dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: .1em;
}


code {
    background-color: #f9f9f9;
}
pre {
    padding: 1em;
    border: 1px dashed #2f6fab;
    color: black;
    background-color: #f9f9f9;
    line-height: 1.1em;
}



/* images */
div.floatright, table.floatright {
    clear: right;
    float: right;
    position: relative;
    margin: 0 0 .5em .5em;
    border: 0;
/*
    border: .5em solid white;
    border-width: .5em 0 .8em 1.4em;
*/
}
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
    float: left;
    position: relative;
    margin: 0 .5em .5em 0;
    border: 0;
/*
    margin: .3em .5em .5em 0;
    border: .5em solid white;
    border-width: .5em 1.4em .8em 0;
*/
}
div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
    margin-bottom: .5em;
    border-style: solid;
    border-color: white;
    width: auto;
}
div.thumb div {
    border: 1px solid #ccc;
    padding: 3px !important;
    background-color: #f9f9f9;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}
div.thumb div a img {
    border: 1px solid #ccc;
}
div.thumb div div.thumbcaption {
    border: none;
    text-align: left;
    line-height: 1.4em;
    padding: .3em 0 .1em 0;
}
div.magnify {
    float: right;
    border: none !important;
    background: none !important;
}
div.magnify a, div.magnify img {
    display: block;
    border: none !important;
    background: none !important;
}
div.tright {
    clear: right;
    float: right;
    border-width: .5em 0 .8em 1.4em;
}
div.tleft {
    float: left;
    margin-right: .5em;
    border-width: .5em 1.4em .8em 0;
}
</pre></body></html>