.hidden { display: none; }
.llink { display:inline;font-size:1.75em;}
.update { display:inline;font-size:0.8em;color:#aa4455; }
.ltext { display:inline;font-size:2em; }
.stext { display:inline;font-size:0.6em; }
.music { display:inline;font-size:0.8em; }
.done { display:inline;color:#22BB22; }
.halfdone { display:inline;color:#BBBB22; }
.notdone { display:inline;color:#BB2222; }

body {
 text-align: left;
 margin-left: 1em;
}

p {
  margin-left: 2em;
}

input:focus, input.iefocus, textarea:focus, textarea.iefocus, select:focus, select.iefocus {
 background: #bbdddd;
}
h1 {
  font-size:20pt;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2 {
  font-size:18pt;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h3 {
  font-size:16pt;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
ul {
  margin-left: 2em;
}

label {
  font-size:20pt;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
#footer { margin: 20px auto 50px; text-align: center; font-size: 10px; color: #4e4e4e; }
