/*
style sheet for "generic" web pages
Old background was: "#D2C6E5";
*/

body { 
  color: black;
  background: white;
  margin-left: 9%;
  margin-right: 5%;
  margin-top: 3.5%;
  font-family: Times, "Times New Roman", serif;
}



h1 { 
  margin-left: -6%;
  font-size: 150%;
}

h1.name{ 
  margin-left: 0em;
}

h1,h2,h3,h4,h5,h6 { font-family: Lucida Grande, Helvetica, Arial, sans-serif; }

h2,h3,h4,h5,h6 { margin-left: -4%; }
h2 { font-size: 125%; }
h3, h4, h5, h6 { font-size: 115%; }


/* special headings for first page */

h1.name{ 
  margin-left: -0.3em;
}

h2.small{ 
  margin-left: 0em;
  font-size: 105%;
}

/* for spacing of the items on preprints page */

ol.biblist li { margin-bottom: 0.4em; }

/* bulletless list style for main page: */

ul.bulletless { 
  list-style: none;
  padding: 0em;
  margin-left: 1em;
}

ul.bulletless li{ 
  margin-bottom: 0.1em;
}

/* link code */

a { text-decoration: none; }

a:link { 
  color: rgb(12, 5, 222);
}

a:visited { 
  color: rgb(167, 7, 184);
}

a:hover {
  text-decoration: underline;
}

/* plain horiz. rule */
/* used to specify "margin: 10%" but Netscape 4.7 */
/* uses the width of the whole page, messing things up */

hr { 
  height: 1px; 
  color: black; 
  background-color: black;
  border: none;
}

/*

Info for slide-bar (using tables, how vugar)

For a different look do:
td.side { 
...
border-left: thin solid black;
...
}

background: #D2C6E5;
*/


td.side { 
padding: 1em;
background: #D2C6E5;
font-family: Lucida Grande, Helvetica, sans-serif;
font-size: small;

}


div.sideimage { 
  margin-top: 1em;
  margin-bottom: 1em;
}

div.sidetext { 
  white-space: nowrap;
}


td.side hr { 
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

/* style for footer on each page */

div.foot { 
  margin-top: 2em;
  margin-left: -7%;
  border-top: thin solid black;
 }

/* tried to make look good in Mozilla (failed of course)

td.side p { 
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}



*/