body                         { 
  color: black;  
  font-family: verdana, helvetica, arial, sans-serif; 
  background-color: #659ACE; 
  }

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