/***************************************/
/* General styles for common HTML Tags */
/***************************************/

A {
	text-decoration: none;
}

A:hover {
	color: #669933;
	text-decoration: underline;
}
