h1{color: black; font-style: bold; font-size: 20px}
a:link {color: blue }
a:active {color: green font-weight: bold}
a:visited {color.magenta}
p{
  color: black;
  font-size: 12px;
  font-color: black;
  font-family: Verdana, Univers, sans-serif;
}
html{
	height:100%; margin:0; padding:0;
}
body{
  font-family: Verdana, Univers, sans-serif;
  font-size: 12px;
  height:100%; 
  margin:0; 
  padding:0;
  background-color: white;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top left;
}

#selection-table{
  border: 1px;
}
.selection-class{
  width: 5%;
  height: 25px;
  background-color: #FFcc00;
}
.codepane{
  width: 50%;
  background-color: #ffffcc;
}
.zoteropane{
  width: 100%;
  background-color: #ffffcc;
}
