html, body {
  margin: 0;
  padding: 0;
  font-size: 85%;
  background-color: #ffffff;
  font-family: verdana, sans serif;
}

/*-------------------------main textarea----------------------*/

#textarea {

  margin-right: 20px;
}

#textarea2 {
  margin-left: 10px;
  margin-top: 10px;
}

#textarea2 .textbox {
  margin-top: 10px;
}

#textarea2 .textbox2 {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

#textarea2 .title {
  text-align: center;
  font-weight: bold;
  font-size: 100%;
  background-color: #6C0696;
  color: #ffffff;
}

#textarea2 .subtitle {
  color: #6C0696;
  size: 100%;
  font-weight: 900;
}

#textarea2 .textbox2_limited {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 40px;
  overflow: auto;
}

/*---------navigation-------------------*/

#navigation {
  display: none;
}





/*----------------------header-----------------------------------*/

#header {
  border-bottom: 1px solid #6C0696;
  background-color: #6C0696;
  height: 5.2em;

}

#header .maintitle {
  color: #ffffff;
  font-size: 300%;
  margin-left: 15px;
}

#header .subtitle {
  color: #ffffff;
  font-size: 80%;
  margin-left: 15px;
}

#header .links {
  display: none;

}


/*---------links and other pretty things---------------*/

a:link {
  color: #6C0696;
  text-decoration: none;
  font-weight: 600;
}

a:visited {
  color: #6C0696;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #6C0696;
  text-decoration: underline;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted;
  color: #6C0696;
}


/*--------footer*/
#footer {
  border-top: 1px solid #000000;
  margin-top: 5px;
  background-color: #6C0696;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}

#footer a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 900;
}

#footer a:visited {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 900;
}

#footer a:hover {
  text-decoration: none;
  font-weight: 900;
  color: #ffffff;
}

