h1 {
	color: black; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 160%;
}
.dot {
	color: orange;
	font-size: 170%;
}
h1>a {
	text-decoration: none;
}
h1>a:visited {
	text-decoration: none;
	color: black;
}
h1>a:hover {
	text-decoration: none;
	color: orange;
}

