/* Style sheet for ASAC Pages */
/* Set the body and link colors: */
body {
  color: black;
  background-color: white;
  font-size: 100%
}

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

/*Standard link colors*/
a:link { color: #0000ee; }
a:visited { color: #551a8b; }
a:active { color: #ff0000; }

/*Navbar link colors*/
.navbar a:link, .navbar a:visited, .navbar a:active {
  text-decoration: none;
}

.navbar, .navbar p, .navbar a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:white;
  background-color:#3300cc;
  font-size:0.9em;
}

p.navlegend, .navlegend p, .navlegend a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:white;
  background-color:#3300cc;
  font-size:0.7em;
}

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

/* 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; }


