/* default style sheet to use in all pages */
body {
  color: #000;
  background: #FFF;
  font-family: verdana, helvetica, sans-serif;
  font-size: 83%;
  position: relative;
  /* text-align: justify; */
  /* text-indent: 5%; */
}

h1{
  font-size: 117%;
/*
  border-width: thin;
  padding: 1;
*/
/*  align: center; property doesn't exist! */
}

h2{
  font-size: 110%;
/* - I don't like all these boxes in general
  padding: 1;
  padding-left: 10;
  padding-right: 10;
  border-width: thin;
*/
}

a:link{ background-color: #FFF; color: #00F; text-decoration: none; }
a:visited { background-color: #FFF; color: #009 }
a:active { background-color: #FFF; color: #009; }
a:hover { text-decoration: underline; }

/* this shouldn't be necessary, but W3 says netscape needs this */
td, th {
  font-family: verdana, helvetica, sans-serif;
/*   font-size: 83%; */
/* changed in IE6.0 - now relative to body? */
/*  align: center; /* doesn't work? */
}

.over-ride {
  font-family: verdana, helvetica, sans-serif;
  font-size: 83%;
/*  align: center; */
}

/* not debugged */
table.caption {
  font-family: verdana, helvetica, sans-serif;
  font-weight: bold;
  font-size: 83%;
}


/* ditto */
h4 {
  font-family: verdana, helvetica, sans-serif;
  font-size: 90%;
}

img { /* doesn't seem to work */
  border-style: none;
}

.centered {text-align: center;} /* to center anything */ 
