body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(/stewie.jpg); 
	background-repeat: no-repeat; 
	background-position: 100% 100%;
	background-attachment:fixed;
	color:#333;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
.history tr td {
	vertical-align:top;
	text-align:left;
}
div.l {
	margin:2em;
}
div.j {
	margin:2em;
}

a {
	text-decoration:none;
}
div.l a {
	font-size:x-small;
}
a:hover{
	text-decoration:underline;
}