/* impacted - white, blue, yellow CSS theme */ /* Beppu-san's original UCLA */
/* elements */
body                    { margin           :              2em 8em 1em 8em;
                          background       :                      #FFFFFF;
                          color            :                      #000000;
                          font-family      :                   sans-serif; }
h1, h2, h3, h4, h5, h6  { color            :                      #03208B;
                          font-family      :           Impact, sans-serif; }
h1                      { border-bottom    :            4px solid #FFCC00;
                          font-size        :                         200%; }
h2                      { font-size        :                         150%; }
h3                      { border-bottom    :            2px solid #FFCC00;
                          color            :                      #839DFF;
                          font-size        :                         125%; }
h4                      { font-size        :                         115%; }
h5                      { font-size        :                         105%; }
h6                      { font-size        :                         102%; }
a:hover                 { color            :                      #FF8822; }
div#navbar              { height           :                         30px;
                          width            :                         100%;
                          border-top       :            solid #FFFFFF 1em;
                          background-color :                      #D0D8F8; }
div#navbar ul           { margin           :                          0px;
                          padding          :                          0px;
                          font-family      : Arial, Helvetica, sans-serif;
                          font-size        :                        large;
                          line-height      :                         30px;
                          white-space      :                       nowrap; }
div#navbar li           { list-style-type  :                         none;
                          display          :                       inline; }
div#navbar li a         { text-decoration  :                         none;
                          padding          :                      7px 7px;
                          color            :                      #081800; }
div#navbar li a:link    { color            :                      #000818: }
div#navbar li a:visited { color            :                      #100808; }
div#navbar li a:hover   { color            :                      #FFEE44;
                          background-color :                      #442200; }
/* header */
#header div.preface     { padding          :                          1em;
                          border           :           1px dotted #03208B;
                          font-size        :                          75%; }
#theme-selector         { display          :                        block;
                          position         :                     absolute;
                          top              :                          1em;
                          right            :                          1em; }
/* main */
#main { }
#main p                 { margin           :              0em 6em 1em 6em;
                          font-size        :                          85%;
                          line-height      :                         150%;
                          text-align       :                      justify; }
