/* this style sheet defines the basic style for all W3T Team-confidential
   meeting minutes */

@import url(team.css);
@import url(minutes.css);


/* This is for netscape as a minimum as it doesn't seem to support include :-(
tbl 9809 */

html { background-color: #FFEEC2 }
body {
  color: black;
  background: fixed top right no-repeat url(minutes.gif) #FFEEC2;
  margin: 40px 40px 40px 4em;
}
#prev a:hover, #next a:hover {
  background-position: 0 -29px;
}
#next a {
  background: url(../2004/Talks/Styles/w3c10/images/right.gif) no-repeat 0 0; 
}

#prev a {
  background: url(../2004/Talks/Styles/w3c10/images/left.gif) no-repeat 0 0; 
}
