* { /*border:1px solid red;*/ }
body { }
.strike { text-decoration: line-through; }
h1 { text-align: center; border-bottom: 1px solid black; }
div { width: 49%; float: left; }
div.offline { text-align: right; }
div.online { text-align: left; }
dl { width: 200px; padding: 0; text-align: center; }
.offline dl { float: right; }
dt { font-size: larger; font-weight: bold; margin-bottom: 1em; border-bottom: 1px solid black; }
dd { margin: 0; border: solid blue; border-width: 0 1px; padding: 0 2px; }
dd a { display: block; padding: 1em; }
dd a:hover,
ul.feed a.link:hover { background: blue; color: white; }
ul.feed {
	clear: both;
	width: 400px;
	margin: 0 auto;
	padding: 0;
	list-style-position: inside;
}

