/******************************************************************************/
/* XHTML ELEMENTS                                                             */
/******************************************************************************/

a:link, a:visited {
	color: #417e1e;
	}
h2 {
	color: #3a781d;
	font-weight: normal;
	}
h3	{
	color: #3a781d;
	font-weight: normal;
	}
strong {
	font-weight: bold;
	}

/******************************************************************************/
/* CLASS ATTRIBUTES                                                           */
/******************************************************************************/

.term {
	text-decoration: underline;
	}
span.question {
	font-weight: bold;
	}