/******************************************************************/
/*** Copyright (c) 2007-2008 Webplus, Inc. All rights reserved. ***/
/******************************************************************/

/*
  Description: style for script of same filename
                  as well as scripts prefixed with filename_
*/


/*****************/
/**  GROUP_FAQ  **/
/*****************/

#group_faq h2 {
  color: #090;
}

#group_faq dl { }
#group_faq dt {
  color: #000;
}
#group_faq dt a:link,
#group_faq dt a:visited {
  color: #000;
  text-decoration: none;
}
#group_faq dt a:hover,
#group_faq dt a:active {
  color: #259;
  text-decoration: underline;
}
#group_faq dd { }

