.temp {
  font-size:10px;
  color:orange;
}

.perm {
  font-size:10px;
  color:red;
}

.temp:hover, .perm:hover {
	color:gray;
}