a:hover {
  color : red
}
a.left:hover, a.journal:hover {
  color : #ffff80;
}
.list, .left {
  text-decoration : none;
}
.list {
  font-size : 11px;
}
.left {
  font-size : 12px;
  color: white
}
.menu {
  font-size : 10px;
}
.tinput, .tinput1, .tinput5 {
  font-size : 11px;
  background-color : #d8d8d8;
  border : 1 outset rgb(50, 50, 50);
  border-color : black;
}
.tinput1 {
  width : 100%;
}
.tinput5 {
  width : 50%;
}
body, form {
  margin : 0;
}
body, td, p {
  font-family : verdana, helvetica, sans-serif;
  font-size : 11px;
  letter-spacing : normal;
}
.journal {
  text-decoration : none;
  font-size : 11px;
  color : whitesmoke
}

