/* informl allows for user editing of stylesheets on a book by book basis */


    #home_page blockquote { 
      font-style: normal; 
    }

    #blog h1, #article_with_comments h1 { 
      margin-bottom: -2px; 
    }

    #blog a, #blog blockquote, #article_with_comments a, #article_with_comments blockquote { color: #4a2900; }

    #blog blockquote, #article_with_comments blockquote { 
      position: relative; 
      left: -15px; top: -10px;
    }

    #blog hr, #article_with_comments hr { 
      color: #4a2900;
    }

    #royal_facebook li {
      list-style-type: none;
      float: left;
      text-align: center;
      margin: 0 10px;
    }

    #royal_facebook  hr {clear: both;}

    #expense_reportsummary a {
      background-color: #151057;
      color: white;
      padding: 2px 4px;
    }

    #expense_reportsummary td {
      padding: 6px 3px;
      font-size: 90%;
    }


