/* links:  virgin, hover & followed styling */
		a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 1em;
			color: #4eea3d;
			}
		a:link {
			text-decoration: none;
					}
		a:visited {
			text-decoration: none;
			color: #c0fbc8;
					}
		a:hover {
			text-decoration: none;
			color: #0099FF;
					}
		a:active {
			text-decoration: none;
			color: #FFFFFF;
					}
