* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fefddf;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
a {
	color: #006400;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a img {
	border: none;
}
ul {
	list-style-type: none;
}
/* For checking DIV layout*/
/*div {
	border: 1px dashed #CCC;
}*/