/*  ------------------------------------------------------------------------
                                    Facebook
    ------------------------------------------------------------------------

    (We even start our pages with a <html> tag now)

    Facebook Blue = #3B5998
    Light Blue =    #D8DFEA
*/

body    {
        background: #f4ec74;
        padding: 0;
        margin: 5px; }

body, p {
        font-size: 11px;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        text-align: left; }

a       {
        color: #3B5998;
        text-decoration: none; }

form    {
        margin: 0px;
        padding: 0px; }

label   {
        font-weight: bold;
        color: gray; }

td.label, td {
        text-align: left; }

h1      {
        margin: 0px;
        padding: 0px;
        font-size: 14px; }

        h1 a { color: white; text-decoration: none; }
        h1 a:hover { color: white; text-decoration: underline; }
        h1 em { font-style: normal; border-bottom: solid 1px #D8DFEA; }
        h1 .subtitle { } /* Reserved */

h2      {
        font-size: 11px;
        margin: 0px;
        padding: 0px; }

        h2 .subtitle { } /* Reserved */

h3      {
        color: #444;
        font-size: 11px;
        font-weight: normal;
        margin: 0px;
        padding: 0px; }

h4      {
        color: #3B5998;
        font-size: 11px;
        margin: 0px 0px 6px 8px; }

        h4 .edit { display: inline; margin-left: 8px; }
        h4 .edit a { color: lightgrey; }
        h4 .edit a:hover { color: #3B5998; }

h5      {
       color: #3B5998;
       font-size: 11px;
       margin: 0px 0px 6px 8px; }

       h5 .edit { display: inline; margin-left: 8px; }
       h5 .edit a { color: lightgrey; }
       h5 .edit a:hover { color: #3B5998; }


