* {
	font-size: 10pt;
	font-family: sans-serif;
}
a {
	color: #900;
	text-decoration: none;
	background: transparent;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #c00;
	text-decoration: none;
	background: transparent;
}
a:visited {
	color: #600;
	text-decoration: none;
	background: transparent;
}
a:visited:hover {
	text-decoration: underline;
}
body {
	color: #000;
	background: #AAA;
	padding: 0;
	margin: 0;
}
cite {
	text-align: right;
	font-style: italic, oblique;
}
dt {
	font-size: 9pt;
	text-align: left;
	color: #600;
	background: #AAA;
}
img {
 	border: 0;
 	padding: 0;
 	margin: 0;
}
td > img {
	display: block;
}
#blog {
	border-right: 1px solid black;
	padding: 10px;
	text-align: left;
}
#ctr {
	visibility: hidden;
}
#footer {
	border-top: 3px double black;
	border-right: 1px solid black;
	padding: 10px;
	text-align: center;
}
#logo {
	text-align: right;
}
.cell {
	border-right: 1px solid #000;
}
