a:link {
	color: #600000;
	text-decoration: underline;
}

a:visited {
	color: #404040;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
}

body {
	margin-left: 5%;
	margin-right: 5%;
	color: black; /* #663300; */
	background: #FFFFF0;
}

body.special {
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background: #F5DEB3;
}

/* lists */

dt {
	font-weight: bold;
	color: #600000;
	display: block;
}

li {
	margin-top: 1ex;
	margin-bot: 1ex;
}

dt {
	margin-top: 1ex;
	margin-bot: 0ex;
}

dd {
	margin-top: 0ex;
	margin-bot: 1ex;
}

/*
p.text {
	text-indent: 1.5em;
	text-align: justify;
}

div.text {
	text-indent: 1.5em;
	text-align: justify;
}

h1 {
	font-family: Arial, sans-serif;
	
}

*/





