body                         { 
  color: black;  
  font-family: verdana, helvetica, arial, sans-serif; 
  background-color: #659ACE; 
  }
  
h1                                  {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.0em;
  }
  
 h2                               {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  }
  
 h3                                  {
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8em;
  }

a.homeLink:link    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }
a.homeLink:visited    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }
a.homeLink:hover    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }
a.homeLink:active    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            black;
  }   
  
a.noticeLink:link    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }
a.noticeLink:visited    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }
a.noticeLink:hover    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }
a.noticeLink:active    {
  /* Applies to links pointing back to this page */
  text-decoration:  none;
  color:            #89949f;
  }   
