		.s14 {
			font-size: 14px;
			color: #ffffff;
		}

		a:link {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}

		a:visited {
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}

		a:hover {
			color: #000000;
			background-color: #ffffff;
			font-weight: bold;
			text-decoration: none;
		}

		a:active {
			color: yellow;
			background-color: green;
			text-decoration: none;
		}