body,td,p,input,option,textarea {
  font-family:Tahoma,Arial,Sans-serif;
  font-size:10pt;
  background:rgb(255,240,180);
  color:rgb(50,40,0);
}

a {
  text-decoration:none;
  color:red;
  font-weight:bold;
}

h1, h2, h3 {
  color:rgb(50,40,0);
  padding-left:20px;
}

h2 {
  border-bottom:dotted 1px rgb(50,40,0);
}

img {
  margin:10px;
}

