body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

h4 {
  font-size: 14px;
}

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  color: red;
}

a:link {
  color: blue;
}

th {
  width: 120px;
  vertical-align: top;
  text-align: right;
}

textarea {
  width: 480px;
  height: 100px
}

#mainMenu {
  position: relative;
  float: left;
  margin: 0 40px 0 10px;
  padding: 0 40px 0 0;
  border-right: 1px black solid;
}

#windowHolder {
  position: relative;
  float: left;
}

#menuHolder {
  position: relative;
  float: left;
  margin: 0 10px 0 40px;
  padding: 0 0 0 40px;
  border-left: 1px black solid; 
}

.inputText {
  width: 280px;
}

.newsDate {
  width: 80px;
}

.textareaText {
  width: 480px !important;
  height: 200px !important;
}

.selectText {
  width: 280px;
}