@charset "utf-8";
body {
 	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	background-color:#CCC;
	color:#000;
	font-size:0.9em;
	line-height:1.8em;
}
img {
	text-decoration: none;
}
a, a:link, a:visited, a img {
	text-decoration: none;
	border:none;
	color:#69C;
}
h1 {
	
}
#container {
	text-align:center;
	margin:10px;
}

table, td, th {
	border-color:#666;
	border-style: solid;
}
table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse:collapse;
}
td, th {
	margin:0;
	padding:4px;
	border-width: 1px 1px 0 0;
}
