/* File glosslinksintro.css - used in Glossary, Links and Intro2 (all green themed pages) */
/* Revised on 20 Sep 2011 and re-validated as CSS level 3 */

a:hover {
	color: #130;
}

body {
	background-color: #cfc;
}

dt {
	color: green;
	text-decoration: underline;
}

h1 {
	color: #363;
}

