html {
	margin: 0;
	padding: 0;
}
	
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/n6back.jpg);
	font-family: VERDANA, ARIAL, Helvetica, Univers, Zurich, sans-serif;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	color: #844242;
	text-align: center;
}
h2 {
	font-size: 125%;
	font-weight: bold;
	color: #844242;
	text-align: center;
}
img {
	border-color: #844242;
}
.emphasis
{
	font-weight: bold;
}

a:link 		{ color: #844242; text-decoration: none; }
a:visited 	{ color: #844242; text-decoration: none; }
a:hover 		{ color: #f78410; text-decoration: none; }
a:active 	{ color: #844242; text-decoration: none; }

div#hdr {
	margin: 25px 10px 25px 150px;
	text-align: center;
}
div#tlc {
	margin: 50px 10px 50px 150px;
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	color: #844242;
	text-align: center;
}

div#body {
	margin: 0 10px 0 150px;
	text-align: justify;
}

/*  special formatting for courses page */
div#courses {
	margin: 0 10px 0 150px;
	color: #844242; 
}
#courses p 
{
	text-align: center;
}
#courses dl 
{
	list-style-position: outside;
}
#courses dt {
	text-align: left;
	font-weight: bold;
	margin-top: 6px;
}
#courses dd {
	text-align: justify;
	margin-top: 6px;
	margin-bottom: 12px;
}
#courses a:link 		{ color: #844242; text-decoration: underline; }
#courses a:visited 	{ color: #844242; text-decoration: underline; }
#courses a:hover 		{ color: #f78410; text-decoration: underline; }
#courses a:active 	{ color: #844242; text-decoration: underline; }

/*  special formatting for tests page */
div#tests {
	 margin: 0 10px 0 150px;
	 color: #844242; 
	 font-size: large; 
	 font-weight: bold;
	 text-align: center;
}

/*  formatting for menu */
div#menu {
	margin: 25px 10px 0px 150px;
	text-align: center;
}

/*  formatting for stats */
div#stats {
	margin: 25px 10px 0px 150px;
	text-align: center;
}
/*  formatting for footer */
.footer {
	margin: 60px 10px 0px 150px;
	font-size: xx-small;
	text-align: center;
	color: black;
	font-weight: normal;
}
.footer a:link 	{ color: black; text-decoration: none }
.footer a:visited { color: black; text-decoration: none }
.footer a:hover 	{ color: black; text-decoration: underline }
.footer a:active 	{ color: black; text-decoration: none }