html * {
	-moz-box-sizing: border-box;
}

html {
	line-height: 1.3; 
	background-color: #FFF;
}
				
body {
	margin: 0px;
	color: #222;
	font-family: verdana;
}

a:link		{ text-decoration: none; color: #436976; font-weight: bold; }
a:visited	{ text-decoration: none;  color: #537986; }
a:hover		{ text-decoration: underline; }
a:active	{ text-decoration: none; }

p.item-desc a:link { color: #029; }

#rss-header {
	background-color: #dee7ec;
	border: 1px solid #8cacbb;
	padding: 6px 8px;
	margin: 10px 2%;
}

#rss-title {
	font-size: small;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}

#rss-desc {
	font-size: small;
	margin: 0px;
	padding: 5px 0px 0px 20px;
}

div.item {
	border: 1px solid #8cacbb;
	min-width: 14em;
	width:96%;
	margin: 0px 2% 8px 2%;
	padding: 0px;
	overflow: hidden;
}

h2.item-title {
	background-color: #dee7ec;
	font-size: x-small;
	width: 100%;
	font-weight: normal;
	line-height: 1.1;
	margin: 0px;
	padding: 5px 5px 8px 8px;
}

span.item-ordinal {
	padding-right: 0.2em;
}

div.item-desc {
	min-height: 6em;
	font-size: x-small;
	margin: 0px;
	padding: 8px 10px;
}

/* CSS Document */


