/**
* @version      $Id: myrssreader.css v 1.1
* @package      My RSS Reader
* @copyright    Copyright (C) 2010 FalsinSoft. All rights reserved.
* @license      GNU/GPL
* @website      http://www.falsinsoft.co.nr
* @email        falsinsoft@gmail.com
* 
*/

a.rss_title,
a.rss_title:link,
a.rss_title:visited
{
line-height:24px;
}

a.web_rss_title,
a.web_rss_title:link,
a.web_rss_title:visited
{
	font-size: 13px;
}

.rss_box
{
	border-bottom: solid #333333 1px;
}

.rss_list
{
    padding:4px;
    border:1px solid #333333;
    width: 600px;
    height: 240px;
}

#rss_copyright
{
	text-align: center; 
	font-size: 10px; 
	width: auto; 
}
