body {
  font: normal normal normal 10pt "Arial", sans-serif;
  text-align: left;
  vertical-align: top;
  }
  
hr {
  color: rgb(0,0,255);
  }
  
h1 {
  color: rgb(0,0,255);
  font-size: 24pt;
  }
  
h2 {
  color: rgb(0,0,255);
  font-size: 18pt;
  }
  
h3 {
  color: rgb(0,0,255);
  font-size: 14pt;
  }
  
textarea {
  border: 2px solid red;
  }

.sidebar {
  background-color: rgb(189,214,255);
  vertical-align: top;
  width: 165px;
  }
  
.menu {
  font: normal normal normal 9pt "Arial", sans-serif;
  margin-left: 10px;
  margin-top: 100px;
  }
  
.menul1 {
  padding-top: 10px;
  }
  
.sideedge {
  background-image: url(images/edge.gif);
  background-repeat: repeat-y;
  width: 30px;
  }
  
.heading {
  vertical-align: top;
  text-align: center;
  width: 580px;
  height: 100px;
  }
  
.content {
  vertical-align: top;
  width: 580px;
  }
  
.edittitle {
  color: red;
  font-style: italic;
  }
  
.h2edit {
  color: rgb(0,0,255);
  font: normal normal bold 18pt "Arial", sans-serif;
  width: 100%;
  }
  
.textedit {
  color: black;
  font: normal normal normal 10pt "Arial", sans-serif;
  width: 100%;
  }
  
.pixedit {
  border: 2px solid red;
  width: 100%;
  }
  
.pixedit td {
  vertical-align: top;
  border-spacing: 2px;
  color: red;
  }
  
.pixedit td img {
  text-align: center;
  width: 280px;
  }
  
.col3 {
  padding-right: 15px;
  padding-bottom: 3px;
  vertical-align: top;
  }
  
.pix {
  border: 1px solid black;
  }
  
.caption {
  font-style: italic;
  color: black;
  }
  
.errormsg {
  color: red;
  font: normal normal bold 14pt "Arial", sans-serif;
  }
  
.footer {
  color: rgb(0,0,255);
  font-size: 8pt;
  vertical-align: bottom;
  }
