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

h1{
  font-size: 120%;
/*
  border-width: thin;
  padding: 1;
*/
  align: center;
}

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

h3{
  font-size: 100%;
/*
  border-width: thin;
  padding: 1;
*/
  align: center;
}

a:link{ color: #00F}

a:visited, a:active { color: #009}

/* this shouldn't be necessary, but W3 says netscape needs this */
td, th {
  font-family: verdana, helvetica, sans-serif;
  font-size: 83%;
  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 */
