

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


.but
 {
	font-family: Palatino Linotype;
	font-size: 12px;
	font-weight: Normal;
	color: blue;
	text-decoration: none;
}
.but:hover
 {
	font-family: Palatino Linotype;
	font-size: 16px;
	font-weight: Bold;
	color: Blue;
	text-decoration: none;
}
.put
 {
	font-family: Palatino Linotype;
	font-size: 14px;
	font-weight: Normal;
	color: blue;
	text-decoration: none;
}
.put:hover
 {
	font-family: Palatino Linotype;
	
	color: Red;
	text-decoration: none;
}