* {
 color : #000000;
}

body {
  background-color : #ffdd44;
  font-family : verdana, arial, helvetica, sans-serif;
  font-size : 14px;
}

h1 {
  color : #dd4400;
  font-size : 24px;
  font-weight : bold;
}

p, td {
  font-family : verdana, arial, helvetica, sans-serif;
  font-size : 14px;
}

a {
  text-decoration : none;
  font-weight : bold;
}

a:link {
  color : #0000ff;
}

a:visited {
  color : #8800ff;
}

a:hover {
  color : #ff0000;
}

a:active {
  color : #ff0000;
}

img {
  border : 0;
}

div {
  height : 99%;
  margin-bottom : 0;
  margin-top : 0;
  padding-left : 15px;
  padding-top : 5px;
}

#menu {
  background-color : #55ff77;
  position : absolute;
  left : 0;
  top : 0;
  width : 150px;
  overflow : auto;
}

#text {
  background-color : #ffdd44;
  position : absolute;
  left : 150px;
  top : 0;
  margin-left : 0;
}
