/* style sheet for CVG pages with logo on the side */
/* Version: 2002-04-10 12:19 GB */

p.location {
 font: bold 75% sans-serif;
}

p.update {
 font-style: italic;
}

pre.bibtex {
 font-family: courier,sans-serif;
}

address
{
 font-style: normal; /* not italic or slant */
}

/* I like matte blue, and Nils likes it even more */
a:link {color: #128bcc}
a:visited {color: #0230cc}
a:active {color: #128bcc}

h1, h2, h3
{ 
 text-align: left;
}
h1 
{ 	
 font: 250% sans-serif;
}
h2 
{ 
 font: bold 150% sans-serif;
 color: #128bcc;
}
h3
{
 font: bold 125% sans-serif;
 color: #128bcc;
}

body
{
 /* margin: 2em 1em 2em 70px; */
 margin: 50px 1em 1em 1em; 
 font-family: sans-serif;
 color: black;
 background: white;
 background-position: top left;
 /* background-attachment: fixed; */
 background-attachment: scroll;
 background-repeat: no-repeat;
}


/* this is more personal */

body
{
 background-image: url("toplogo.wide.gif");
}

/*tables*/
#Index > table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}

/* space after all rows: */
#Index > table > tbody > tr > td
{
  padding: 0 1em;
  vertical-align: top;
}
