html {
	background: #eee;
}
body {
	background: #eee;
	font-family:  "Arial";
	font-size: 10px;
}

p {	margin: 5px;
}

table {	background: #fff;
	border: solid 1px #aaa;
}

a {	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	color: #000;
}	

#os {
	padding-left: 20px;
}

#cr {	
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-family: "Arial";
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #aaa;
	text-align: center;
	width=100%;
}

