/* Defaults for body of the pages */

BODY { 
        background-color: #f9cc95;
	color: black;
	font-size: medium;
}

A		{ text-decoration: none }
A:link          { color: #461f7c }
A:visited       { color: #7c1f7b }
A:active        { color: #4a752d }

H1 {
	font-size: x-large;
	text-align: left;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

H2 {
	font-size: large;
	text-align: left;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

H4 {
	margin-top: 0ex;	
	margin-bottom: 0ex;
}

H5 {	
	text-align: left;
	margin-top: 0ex;	
	margin-bottom: 0ex;
}

PRE {
	background-color: #f9c686;
	color: black;
	margin-left: 2em;
	margin-right: 2em;
}

ul.nomark { list-style-type: none }

TR.a { background-color: #f9c686; color: black; }
TR.b { background-color: #e9b884; color: black; }

/* The navigation bar */

.links {
	position: fixed;
	top: 0; left: 0; width: 200px; bottom: 0;
	overflow: auto;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
        background-color: #f9c686;
	border-right: 1px solid #f9c98d;
}

.links UL {
	margin-left: 3px;
	padding-left: 0
}

.links LI {
	list-style-type: none;
	margin-left: 1px; padding-left: 0;
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.links UL LI UL LI {
	margin-left: 1em;
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

.links UL LI UL {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

.bottom {
	position: absolute;
	bottom: 1ex;
}

.inside {
	position: absolute;
	top: 0; left: 213px; right: 0;
	margin: 8px 0;
	padding-left: 8px;
	padding-right: 4px;
}

.flag {
	margin-left: 0.5em;
	position: relative;
	top: 1px;
}

