body {
	margin:10px; padding:0px; background:#fff; color:#000; 
	font-family:Sans-Serif;
}
h1 {
	padding:4px; text-align:center; 
	border-left:4px solid #bb9;
	border-bottom:4px solid #bb9;
	border-right:4px double #bb9;
	border-top:4px double #bb9;
	background:#ffd;
}
h2 {
	padding:4px; 
	border-left:2px solid #bb9;
	border-bottom:2px solid #bb9;
	background:#ffd;
}
table {
	border:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
th {
	background:#bbd; padding:2px;
}
td {
	padding:2px;
	border-bottom:1px dotted #bbd;
}
td.plain {
	padding:2px;
	border-bottom:0;
}
a {
	text-decoration: none;
}
a:hover	{
	background:#ffd;
	border-bottom:2px solid #bbd;
}
img {
	border:0px
}


