/**
 * anziamje.css of 2007/10/11, revised 2015/02/19
 * overwrites of common.css v1.39 2006/07/01
 *
 */


body {
	margin: 0;
	padding: 0;
	background-color: #DDFFDD;
	color: #111;
	font-family: Palatino,serif,Verdana,Arial,Helvetica,sans-serif;
	font-size: 110%;
}

#header {
	background-color: #609060;
}



a {
	text-decoration: none;
	background-color: #FFFFEE;
}

a:link {
	color: #0000FF;
}

a:active {
	color: #253;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #253;
	background: #CDC;
}

a.plain {
	text-decoration: none;
}


/* reset all of the forcing to uppercase */

#developedBy {
	text-transform: none;
}
#sidebar div.block span.blockTitle {
	text-transform: none;
}
a.action, a.file {
	text-transform: none;
}
span.heading {
	text-transform: none;
}
table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	text-transform: none;
}
ul.menu a {
	text-transform: none;
}
ul.steplist li {
	text-transform: none;
}

