html
  {
  margin: 0.4em 0.4em;
  }

tt
  {
  font-size: 1.3em;
  }

.page
  {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  background: #DEFFFE;
  border: 1px solid #C0C0C0;
     -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
          border-radius: 0.5em;
     -moz-box-shadow: 0.2em 0.2em 0.8em #000, inset 0 0 0.5em #C000C0;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #000, inset 0 0 0.5em #C000C0;
          box-shadow: 0.2em 0.2em 0.8em #000, inset 0 0 0.5em #C000C0;
  }

.header, .menu_item, .label, .footer
  {
     -moz-border-style: outset;
  -webkit-border-style: outset;
          border-style: outset;
     -moz-border-width: 0.25em 0.5em;
  -webkit-border-width: 0.25em 0.5em;
          border-width: 0.25em 0.5em;
     -moz-border-radius: 0.5em / 0.25em;
  -webkit-border-radius: 0.5em / 0.25em;
          border-radius: 0.5em / 0.25em;
  }

.header
  {
  position: relative;
  clear: both;
  width: 20%;
  margin: 2em auto 2.5em;
  text-align: center;
  background-color: #BDFF87;
  border-color: #97FF41;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 1em #C987FF;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 1em #C987FF;
          box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 1em #C987FF;
  }

.obituarist
  {
  position: relative;
  clear: both;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  background-color: #E3FFCC;
  border: 2px solid black;
     -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050;
          box-shadow: 0.2em 0.2em 0.8em #505050;
  }

.container
  {
  width: 98%;
  margin: 1%;
  }

.menu
  {
  position: relative;
  float: left;
  width: 15%;
  margin-top: 0.3em;
  }

.menu_item
  {
  display: block;
  background-color: #FFE587;
  margin-bottom: 2em;
  padding: 0.3em 0.3em 0.3em 1em;
  text-decoration: none;
  font-style: italic;
  border-color: #FFD642;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #87A1FF;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #87A1FF;
          box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #87A1FF;
  }

.menu_item:hover
  {
  border-color: #FFA245;
  background-color: #FFC387;
  transform: scale(1.05, 1.05);
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
  }

.menu_item:active
  {
  border-style: inset;
  border-color: #FF8A92;
  background-color: #FFB9BE;
     -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
  }

.content
  {
  position: relative;
  float: right;
  width: 84%;
  }

.label
  {
  background-color: #00B8FF;
  font-style: italic;
  font-weight: bold;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.3em 0.3em 0.3em 1em;
  border-color: #008EC4;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #FF4800;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #FF4800;
          box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #FF4800;
  }

.label:target
  {
  background-color: #F061FF;
  border-color: #B100C4;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #71FF61;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #71FF61;
          box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 0.5em #71FF61;
  }

.list1
  {
  padding-left: 0.5em;
  }

.list2
  {
  padding-bottom: 0.5em;
  }

.list3
  {
  padding: 0.6em 0;
  }

.slice
  {
  margin-left: 0.5em;
  padding: 0.5em;
  }

.code
  {
  padding: 0.5em;
  font-size: 1.1em;
  background-color: #EFFFCB;
  border-color: #F383FF;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050;
          box-shadow: 0.2em 0.2em 0.8em #505050;
     -moz-border-style: outset;
  -webkit-border-style: outset;
          border-style: outset;
     -moz-border-width: 0.25em;
  -webkit-border-width: 0.25em;
          border-width: 0.25em;
     -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
  }

.link
  {
  position: relative;
  z-index: 0;
  text-decoration: none;
  background-color: #DEF2FF;
  padding: 0 0.2em;
  border: 1px outset;
     -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
  }

.link:hover
  {
  z-index: 1;
  background-color: #B8E3FF;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050;
          box-shadow: 0.2em 0.2em 0.8em #505050;
  }

.link:active
  {
  border: 1px inset;
  }

.excl
  {
  background-color: #FFE4D6;
  padding: 0 0.2em;
  border-color: #FFEDE3;
  border: 1px outset;
     -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
          border-radius: 0.3em;
  }

.footer
  {
  position: relative;
  float: left;
  width: 99%;
  padding: 0.5em 0;
  margin-bottom: 1em;
  background-color: #FFD2B4;
  border-color: #FFC189;
     -moz-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 1em #B4E1FF;
  -webkit-box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 1em #B4E1FF;
          box-shadow: 0.2em 0.2em 0.8em #505050, inset 0 0 1em #B4E1FF;
  }

.footer_left, .footer_right
  {
  position: relative;
  text-align: center;
  }

.footer_left
  {
  float: left;
  width: 20%;
  }

.footer_right
  {
  float: right;
  width: 25%;
  }

.footer_right a
  {
  padding: 0.3em 1em;
  }

.valid
  {
  border: 0;
  width: 88px;
  height: 31px;
  }
