/* CSS Document */

.link2a:link {
	color: #009900;
}
.link2a:visited {
	color: #009900;
}
.link2a:hover {
	color: #990000;
}
.link2a:active {
	color: #009900;
}
.green:link {
	color: ##006600;
	font-size: smaller;
}
.green:visited {color: ##006600;font-size: smaller;}
.green:hover {color: #000000; font-size: smaller;}
.green:active {color:#006600; font-size: smaller;}

.drakgreen:link {color: #006666;text-decoration: none;}
.drakgreen:visited {color: #006666;text-decoration: none;}
.drakgreen:hover {color: #000000;}
.drakgreen:active {color:#006666;text-decoration: none;}

