a.t1:link {
			color: white;
			text-decoration: dotted;
		}

		a.t1:visited {
			color: yellow;
			text-decoration: dotted;
		}

		a.t1:hover {
			text-decoration: underline;
		}

		.t1 {
    font-size: 14px;
}