html, body {
  margin: 0;
  padding: 0;
  font-size: 98.5%;
  background-color: #ffffff;
  font-family: comic sams;
}

/*-------------------------main textarea----------------------*/

#textarea {
  margin-left: 190px;
  margin-right: 10px;
}

#textarea2 {
  margin-left: 10px;
  margin-top: 10px;
}

#textarea2 .textbox {
  border-right: 1px solid #ff6699;
  border-top: 1px solid #ff6699;
  border-bottom: 1px solid #ff6699;
  border-left: 1px solid #ff6699;
  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: 125%;
  background-color: #ff6699;
  color: #ffffff;
}

#textarea2 .subtitle {
  color: #ff6699;
  size: 125%;
  font-weight: 900;
}

#textarea2 .textbox2_limited {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 40px;
  overflow: auto;
}

/*---------navigation-------------------*/

#navigation {
  position: inherit;
  width: 200px;
  float: left;
}

#navigation .textbox {
  border-right: 1px solid #ff6699;
  border-top: 1px solid #ff6699;
  border-bottom: 1px solid #ff6699;
  border-left: 1px solid #ff6699;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}


#navigation .textbox2 {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}




#navigation .title {
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  background-color: #ff6699;
  color: #ffffff;
}

#navigation .textbox2_limited {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 40px;
  overflow: auto;
}
<--->
#navigation .textbox3 {
  border-right: 1px solid #ff6699;
  border-top: 1px solid #ff6699;
  border-bottom: 1px solid #ff6699;
  border-left: 1px solid #ff6699;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}


#navigation .textbox4 {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}




#navigation .title1 {
  text-align: center;
  font-weight: bold;
  font-size: 125%;
  background-color: #ff6699;
  color: #ffffff;
}

#navigation .textbox3_limited {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  height: 40px;
  overflow: auto;
}

<--->
#navigation .small {
  font-size: 80%;
}

#navigation .date {
  color: #FF669;
  font-size: 125%;
  font-weight: 600;
}


/*----------------------header-----------------------------------*/

#header {
  border-bottom: 1px solid #993333;
  background-color: #993333;
  height: 5.2em;

}

#header .maintitle {
  color: #ffffff;
  font-size: 250%;
  margin-left: 15px;
 }

#header .subtitle {
  color: #ffffff;
  font-size: 110%;
  margin-left: 15px;
}

#header .links {
  color: #ffffff;
  text-align: right;
  float: right;
  margin-right: 10px;

}

#header .links a {
  color: #ffffff;
  text-align: right;
  text-decoration: underline;
}

#header .links a:hover {
  color: #ffffff;
  text-decoration: none;
}

#header .links a:visited {
  color: #ffffff;
  text-align: right;
  text-decoration: underline;
}
  
/*---------links and other pretty things---------------*/

a:link {
  color: #990066;
  text-decoration: none;
  font-weight: 600;
}

a:visited {
  color: #cc3399;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #cc6666;
  text-decoration: underline;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted;
  color: #990066;
}


/*--------footer*/
#footer {
  border-top: 1px solid #993333;
  margin-top: 5px;
  background-color: #993333;
  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;
}
