

/* LINKS */

a.edit {
	color: #f10c0c;
}
a.edit:hover {
	color: #9c0a0a;
	background-color: #fddddd;
}
 

/* SPECTIALIZE STYLES */

em { font-style: italic; }

.ta_right { text-align: right;}
.ta_center { text-align: center;}


.explanation {
  font-size: 11px;
  line-height: 14px;
  color: #777777;
  text-shadow: 1px 1px 0px #ffffff;
  overflow: hidden;
  display: block;
  clear: both;
  padding: 5px 0 5px 3px;
}
.explanation.large {
  font-size: 12px;
}


