/* every page */

body {
	background-image: url("bg1.gif");
}

a {
  white-space: nowrap;
}

/* superscript and subscript above one another */ 

supb {display: inline-block}
.supb sub {position: relative; display: inline-block; top: 0.2em}
.supb sup {position: relative; display: inline-block; left: -0.5em; margin-right: -0.5em;}

/* main list */ 

table.curvetable{
}

table.curvetable td{
  vertical-align: text-top;
  padding: 0 15px 0 0;    
}

/* database links */ 

table.dblinks{
  padding: 10px 0px; 
}
  
table.dblinks td{
  padding: 0px 20px; 
  text-align: center;
}
