div.blog	{
	margin: 0px 12%;
	border: medium groove #8080C0;
	padding:1em;
	background-color: White;
	font-family: palatino, 'bookman old style', serif;  
	color: Black; 
}
a:link, a.blog:link {
		font-weight: bold;
		text-decoration: none;
		color: #800080;
	}
	
a:hover, a.blog:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #C000C0;
		}
		
a:visited, a.blog:visited {
		font-weight: bold;
		text-decoration: none;
		color: #54546E;
	}
p.rss	{
	position: absolute;
	top: 3em;
	left: 1ex;
	text-align: center;
	background-color: White;
	padding: 0px;
	line-height:150%;
	margin:0ex;
	border: 1px solid white;
}
p.rss img	{
	padding: 2px 0px;
}