<!--

h2 {
  margin: 0em;
  padding: 0em;
}

body {
  background-attachment:fixed;
}

.simple {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  /* text-align:center; */
  text-decoration:none;
  color:black;
  font-weight:bold;
}

.selected {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  /* text-align:center; */
  text-decoration:none;
  color:red;
  font-weight:bold;
}

.simple2 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  /* text-align:center; */
  text-decoration:none;
  color:black;
}

.selected2 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  text-decoration:none;
  color:red;
}

.simple3 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  /* text-align:center; */
  text-decoration:none;
  color:black;
}

.selected3 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  text-decoration:none;
  color:blue;
}

.writing {
  font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:14px;
  text-align:left;
}

.cell {
  font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:16px;
  text-align:center;
  color:black;
  /* size:213px; */
  /* border-color:black; */
  /* border-style:solid; */
  /* border-width:thin;  */
}

.cell2 {
  font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
  font-size:16px;
  color:black;
}

.link {
  text-decoration:none;
  color:black;
}

img {
  border-style:outset;
  border-color:#000033;
  border-width:1px
}

a.simple:hover, a.simple2:hover, a.simple3:hover, a.cell:hover, a.link:hover {
  color:#0000CC;
  font-style:italic;
  /* font-weight:bold; */
}

.required { 
  background-image: url(images/required.gif);
  background-repeat: no-repeat;
  background-position: 2px 3px;
  padding-left: 12px;
}

.lbl { 
  padding-left: 12px;
}

-->