body {
	background-image: url("dot2.gif");
}

table {
	width: 100%;
}

td, p, h1, h2, h3 {
	padding:3px;
	border-style:none;
	border-width:0px;
	background-color:white;
	font-family: Verdana, Arial, sans-serif;
}

td {
	font-size: 9px;
}

p, h1, h2, h3 {
	font-size: 9px;
}

code {
	font-size: 10px;
}

td.time {
	width: 107px;
}

td.url {
	font-weight: bold;
}

td.username {

}

td.compartment {

}

a {
	text-decoration: none;
	padding: 1px;
}

a:link, a:visited {
	color: blue;
	background: white;
}

a:hover {
	color: white;
	background: blue;
}

a:active {
	color: blue;
	background: lightgrey;
}

a.selected:link, a.selected:visited, a.selected:hover {
	color: white;
	background: blue;
}

a.selected:active {
	color: lightgrey;
	background: blue;
}

ul {
	line-height: 13px;
	position: relative;
	left: 4px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 6px;
}

li {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	padding: 0px;
	margin: -1px;
}
