body {
	font-family: Times, "Times New Roman", serif;
	background: white;
	color: black;
}

p { 
	margin-left: 4%;
	margin-right: 4%;
}

table {
	margin-left: 8%;
}

pre { 
	margin-left: 6%;
	margin-right: 6%;
	color: #127;
}

pre.alter {
	color: black;
}


h1,h2,h3,h4, .content { font-family: Impact, Helvetica, Arial, sans-serif; }

h1, h1.alter {
	font-size: 225%;
	text-align: center;
}

h1 {
	color: #46c;
	margin-bottom: 1em;
}

h1.alter {
	color: #4c6;
	background: #dfd;
}

h2 {
	font-size: 200%;
	color: #1a3;
	margin-left: 1%;
	margin-right: 2%;
	border-bottom: medium solid;
	margin-top: 2.5em;
}

h3 {
	font-size: 175%;
	color: #d42;
	margin-left: 2%;
	margin-right: 2%;
	border-bottom: thin solid;
	margin-top: 2em;
}

th, td {
	text-align: left;
}

ul {
	margin-left: 4%;
	margin-right: 4%; 
	margin-bottom: 2ex; 
}

ul ul {
	margin-left: 2%;
	margin-right: 2%;
}

li {
	list-style-type: square;
	margin-bottom: 1ex; 
}

li li {
	list-style-type: circle;
}

.content li {
	font-size: 120%;
}

.content li li {
	font-size: 90%;
}

.code, .bcode {
	font-family: Courier, monospace;
}

.bcode { 
	font-weight: bold; 
}

.note {
	margin-left:  8%;
 	margin-right: 25%;
	margin-bottom: 1em;
	margin-top: 0.5em;
	padding: 1ex;
	background: #ddd;
}

.note h4 {
	font-size: 100%;
	margin-top: 0;	
	margin-bottom: 2ex;
	margin-right: 2ex;
	border-bottom: thin solid black;
}

.note p {
	padding-left: 1ex;
	border-left: medium solid black;
	margin:0;
}


a:visited {
	color: purple;
	text-decoration: underline;
}

a:link {
	color: blue;
	text-decoration: underline;
}

a:link:hover, a:visited:hover {
	background: #bbe;
}

.navbar {
	margin-top: 2em;
	margin-bottom: 3em;
	font-size: 80%;
	font-weight: bold;
}


