body {
  margin: 0px;
  font-family: Trebuchet MS, Helvetica;
  padding: 0px; }
  body .clear {
    clear: both;
    font-size: 1px;
    margin: 0;
    padding: 0; }
  body .right {
    float: right; }
  body .left {
    float: left; }
  body .hidden {
    display: none; }
  body .footer {
    background: #252525;
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    margin-top: 30px;
    padding: 0; }
    body .footer a {
      text-decoration: none;
      color: white; }
    body .footer a:hover {
      background-color: purple;
      text-decoration: none;
      color: white; }
    body .footer span {
      line-height: 50px;
      font-size: 12px;
      color: #ffffff;
      float: right;
      margin: 0 20px 0 0; }
  body .bottomnav {
    line-height: 50px;
    font-size: 12px;
    color: #ffffff;
    float: left;
    padding-left: 20px; }
  body #header {
    background-color: purple;
    color: white;
    text-align: right;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    body #header #logo {
      float: right;
      margin-top: 10px;
      padding-top: 10px;
      font-size: 30px; }
      body #header #logo a {
        text-decoration: none;
        color: white; }
      body #header #logo a:hover {
        background-color: purple;
        text-decoration: none;
        color: white; }
    body #header #nav {
      float: left;
      margin-top: 30px;
      padding-left: 10px; }
      body #header #nav .profile_navelement {
        color: orange;
        float: left;
        padding-left: 15px;
        padding-right: 15px; }
        body #header #nav .profile_navelement a {
          text-decoration: none;
          color: orange; }
        body #header #nav .profile_navelement a:hover {
          background-color: purple;
          text-decoration: none;
          color: orange; }
      body #header #nav .navelement {
        float: left;
        padding-left: 15px;
        padding-right: 15px; }
      body #header #nav a {
        text-decoration: none;
        color: white; }
      body #header #nav a:hover {
        background-color: purple;
        text-decoration: none;
        color: white; }
  body .content {
    width: 70%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    font-size: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px; }
    body .content h1 {
      margin-bottom: 30px; }
      body .content h1 a {
        text-decoration: none; }
      body .content h1 a:hover {
        background-color: white;
        text-decoration: none;
        color: white; }
    body .content p {
      margin-bottom: 30px; }
      body .content p a {
        text-decoration: none; }
      body .content p a:hover {
        background-color: white;
        text-decoration: none;
        color: white; }
    body .content ol {
      margin-left: 50px; }
    body .content h1 {
      font-size: 40px; }
    body .content .blurb {
      margin-left: auto;
      margin-right: auto;
      line-height: 60px;
      height: 45px;
      color: black;
      text-align: center; }
      body .content .blurb #image {
        margin-left: auto;
        margin-right: auto;
        line-height: 60px;
        height: 45px;
        text-align: center; }
        body .content .blurb #image p a {
          text-decoration: none;
          background-color: white; }
        body .content .blurb #image p a:hover {
          text-decoration: none;
          background-color: white; }
    body .content .button {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px;
      padding-bottom: 10px;
      background-color: black;
      color: white;
      line-height: 70px;
      text-align: center; }
      body .content .button a {
        text-decoration: none;
        color: white; }
      body .content .button a:hover {
        background-color: black;
        text-decoration: none;
        color: white; }
      body .content .button input {
        font-size: 25px;
        color: gray;
        margin-left: auto;
        margin-right: auto; }
      body .content .button p {
        padding-top: 10px;
        padding-left: 10px;
        margin-bottom: 0;
        padding-bottom: 0; }
      body .content .button textarea {
        height: 2.5em;
        overflow: auto;
        width: 515px;
        font: 1.15em/1.1 'Lucida Grande',sans-serif; }
      body .content .button input {
        text-align: center; }
  body #user_checkbox {
    font-size: 80%; }
    body #user_checkbox a {
      text-decoration: underline;
      color: white; }
    body #user_checkbox a:hover {
      background-color: purple;
      text-decoration: none;
      color: white; }
    body #user_checkbox input {
      vertical-align: middle; }
  body .small {
    height: 15px;
    font-size: 15px;
    padding-right: 10px; }
  body .white {
    color: white; }
  body .black {
    color: white; }
  body .blacklink a {
    text-decoration: underline;
    color: black; }
  body .blacklink a:hover {
    background-color: purple;
    text-decoration: none;
    color: white; }
