/***
Google Reader - SmpMod FontsnColors (v0.200) 03:02 12-01-2012
by: Newtomic
http://userstyles.org/styles/46318
***/
@-moz-document
url-prefix("http://www.google.com/reader"),
url-prefix("https://www.google.com/reader"),
url-prefix("http://www.google.pt/reader"),
url-prefix("https://www.google.pt/reader") {
/* container */
.entry-container {
	background-color: #000 !important;
}
/* title */
A.entry-title-link {
	font: 900 14pt "Segoe UI" !important;
	line-height: 14pt !important;
	color: #05F !important;
}
/* title hover */
A.entry-title-link:hover {
	color: #F00 !important;
}
/* article body */
.entry-body {
	font: 12pt "Trebuchet MS" !important;
	line-height: 15.1pt !important;
	color: #AAA !important;
}
}