
/* RSS CSS Document */

* { margin:0; padding:0; }

html { display:block; padding-bottom:50px; }
body { font:80% Verdana, sans-serif; color:#000; padding:25px 0 0 35px; }

a { color:#5BAB03; text-decoration:none; }
a:hover { color:#5BAB03; text-decoration: underline;}

 ul { margin-left:1.5em; }
li { margin-bottom:0.4em; }
li a { font-weight:bold;}

div { line-height:1.6em; }

div#content { background:#fff url(logo.jpg) bottom right no-repeat; margin-right:15px; padding-left:1em;}
div#content div { margin:0 1em 1em 0; }

div#explanation,
div#subscribe { padding:1em 1em 0 1em; border:1px solid #ddd; background:#efefef; margin:0 2em 2em 0; }
div#explanation h1,
div#subscribe h1 { font-weight:normal; font-size:1.8em; margin-bottom:0.3em; }
div#explanation p,
div#subscribe p { margin-bottom:1em; }



#subscribe { float:right; width:400px;}

