/* aware.css                                                           */
/* Stylesheet for AWARE Center at www.hwg.org                          */
/*                                                                     */
/* Copyright 1999 by the HTML Writers Guild                            */
/*                                                                     */
/* Version 1.0                                                         */
/* Last Update 12 April 1999 by Kynn Bartlett <kynn(at)hwg.org>           */

BODY {
   color: black;
   background-color: #CCCCFF; 
}

/* Anything that's a heading should be in our heading font */

H1, H2, H3, H4, H5, H6, {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: #333399;
}

/* Generic Centering Instruction */

.centerthis {
  text-align: center;
}

/* Generic Non-Border Image Link */

.noborder {
  border: 0px;
}

/* AwareHeader */

#awareheader {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: #333399;
  padding: 3px;
}

#awbig {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: #336699;
  font-size: large;
}
  
.acronym {
  font-size: smaller;
}

/* Location Bar */
#locbar {
  width: 100%;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  background-color: #333399;
  color: white;
  padding: 2px;
  font-size: smaller;
  text-decoration: none;
}

#locbar A:link, .locbar.item A:link, .invert {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: white;
  font-weight: bolder;
  text-decoration: none;
}

#locbar A:visited, .locbar.item A:visited, .invert {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: white;
  font-weight: bolder;
  text-decoration: none;
}
/* Content section */

#content {
  margin-left: 10%;
  margin-right: 10%;
}

/* Anchors */

.anchors {
  text-align: center;
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  color: #333399;
  border: 3px solid #333399;
}

/* Footer */

#footer {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-size: smaller;
  text-align: center;
}

  
/* Add some color to the horizontal rules */

HR {
  color: #3366CC;
}

/* acronym caps */
.acaps {
  /* text-decoration: underline; */
}

/* Menu */
.menu {
  font-weight: bold;
  /* font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; */
}

/* Next... Links */

.next {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  text-decoration: none;
  font-weight: bold;
  color: #336699;
}

.next A:link {
  color: #336699;
  text-decoration: none;
}

.next A:visited {
  color: #336699;
  text-decoration: none;
}

A:link {
  color: #336699;
}

A:visited {
  color: #663366;
}

A:active {
  color: #3366FF;
}

.quotedtext {
  font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif;
  font-style: italic;
  border-left: 15%;
  border-right: 15%;
  text-align: center;
}
