

div { margin: 0; }

#titlebox {
  background : url("../kuvat/menu_bg3.jpg");
  background-repeat: no-repeat;
  width: 220px;
}
#titletext {
  font-size: 10px;
}

#notebox {
  background : #ffffff;
}

#notedate {
  font-size: 10pt;
  font-weight: bold;
  color : #4E2222;
  
}

#infoBoxHeader {
  border-bottom: dashed 1px;
  padding: 5px;
  
}
#infoBoxContent {
  padding-top: 5px;
}

#notesubj {
  font-size: 10pt;
  font-weight: bold;
  color : #B25C50;
  
}

#header {
  position: fixed;
  border: solid 2px;
  color: blue;
}

#middle {
  position: fixed;
  border: solid 2px;
  color: red;
}

a {
  text-decoration: none;
}
