/* Style sheet for ASAC Pages */
/* Set the body and link colors: */

/* All black and white for printing */
body { 
  width:auto;
  color:black;
  background-color:white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Stop tables from scaling down the font size with each nest: */
table {
  font-size: 100%;
}

/* Don't show the underlines, but bold the links */
a:link { color:#0000ee; font-weight:bold; text-decoration:none; }
a:visited { color:#0000ee; font-weight:bold; text-decoration:none; }

/* hide the small navbar images during printing */
.navbar img {display: none; }

.navbar, .navbar p, .navbar a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:0.9em;
}

/*Set default font for list items*/
ul li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 140%;
  color: black;
}

/* Styles for the main text content. */
.main {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
}

/* Styles for HTML headers. */
h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.4em;
}

/* Sizes are relative to the container, which is usually a div class=main */
h1 { font-size: 1.44em; }
h2 { font-size: 1.30em; }
h3 { font-size: 1.22em; }
h4 { font-size: 1.07em; }
h5 { font-size: 1.00em; }
h6 { font-size: 0.88em; }