/* Style The Universals */
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif,Arial,Helvetica,Tahoma;
}

body {
	font-size: 1em;
}

p {
	margin-left: 6px;
	font-size: 0.75em;
	margin-bottom: 6px;
}

h3 {
	font-size: 0.8em;
	color: #339933;
	margin-bottom: 18px;
}

.feed a {
	color: #666666;
	
	
}

.feed a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #666666;
	
}