body {
	text-align: center;
}

div#container {
	width: 600px;
	margin-left : auto;
	margin-right : auto;
	text-align: left;
	font-size: 90%;
	color: #333;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}
a:link { color: #333; }
a:visited { color: #369; }

img {
	border : 0px;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
}
td {
	font-size: 90%;
	color: #333;
}
