/* -*- CSS -*-
# The leading '#'s are just for consistency with other text formats
#
# rdf:
# dc:title Atom Feed CSS Styling
# dc:date 2003-05-12
# cvs:date $Date: 2004/04/16 22:26:13 $
# dc:creator http://norman.walsh.name/knows/who#norman-walsh
# dc:rights Copyright &#169; 2003 Norman Walsh. All rights reserved.
# dc:description Atom feed CSS Stylesheet.
*/
div.rss p    { margin-left: 0.4in;
             }

div.rss pre  { margin-left: 0.4in;
             }

div.rss-entry
h3           { margin-bottom: 0px;
               padding-bottom: 0px;
             }

div.rss-entry
div          { margin-left: 2em;
               margin-top: 0.5em;
               margin-bottom: 1em;
             }

div.rss-entry
div.essay-subjects {  margin: 0px; }

span.rss-head-date { font-size: small;
               font-weight: normal;
             }

div.essay-subjects {
               font-size: small;
               font-weight: normal;
	       margin-top: 0px;
	       padding-top: 0px;
	       margin-left: 12pt;
             }

div.essay-links {
               font-size: small;
               font-weight: normal;
	       margin-top: 0px;
	       padding-top: 0px;
	       margin-left: 12pt;
             }

span.hpcomments { font-size: 8pt;
                  color: #7A7A7A;
                }


