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;
	margin-top:26px;
}
.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;
}
code {
background:none repeat scroll 0 0 #EEEEEE;
font-family:"Monaco","Bitstream Vera Sans Mono","Courier New",monospace;
font-size:0.9em;
}
pre, code, tt {
font:1em/1.5 'andale mono','lucida console',monospace;
}
.yourip{
	font-weight: bold;
}
.othersip{
	font-style: italic;
	font-weight: bold;
	color: darkgrey;
}