/* main body style */
body {
	background: #ddffdd;
	color: #d6e3e7;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* styling for block elements */
td, th, div, select, textarea, input {
	color: #0000dd;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

/* remove border from linked images */
a img {
	border: 0px;
}

/* styling for lists */
ul {
	margin-left: 1em; 
	padding-left: 1em; 
	text-indent: 0em;
}