﻿html {
	margin: 0;
	text-align: center;
}

body {
	margin: 10px auto;
	width: 960px;
	text-align: left;
}

div.feed {
	width: 300px;
	float: left;
	padding: 0 20px 20px 0;
	margin: 0;
}

h1 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 10px;
	background: #069;
	color: #fff;
}

.feed h2 {
	font-family: 'Trebuchet MS', arial;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.feed h2 a:link, .feed h2 a:visited {
	color: #666;
	text-decoration: none;
}

.feed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.feed li {
	font-family: Arial;
	font-size: 8pt;
	line-height: 2em;
	border-top: 1px solid #ccc;
}

.feeditem a:link, .feeditem a:visited {
    position: relative;
    z-index: 24;
    text-decoration: none;
    color: #000;
}

.feeditem a:hover {
	z-index: 25;
	background: #eee;
	color: #666;
}

.feeditem a span { display: none }

.feeditem a:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #eee;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
}

