html { background: #07d; color: #244; }
body { 
  background: #07d no-repeat center url(/images/chao.png);
  background-attachment: fixed;
  color: #244; 
}
img { background: #cdf; }
#notes h1 { color: #244; }
.note { 
  background: #cdf no-repeat center url(/images/chao-glasstile.png);
  background-attachment: fixed;
  color: #244; 
  border-color: #07d; 
}
.topic { background: transparent; color: #07d }
.noteform { background: #cdf; color: #244; border-color: #07d; }
.iconbar select { background: #cdf; color: #244; }