div.fya_start div.text, 
div.studio_start div.text,
div.fellowship_start div.text
{
  text-align: left;
  
}
div.fya_start
{
  background-color: #C0C0D0;
}
div.studio_start
{
  background-color: #C0D0C0;
}
div.fellowship_start
{
  background-color: #F0C0B0;
}
div.fya_start div.start a,
div.studio_start div.start a,
div.fellowship_start div.start a 
{
  display: block;    
  width: 256px;
  margin: 10px auto;
  text-align: center;
  background-color: #eaeadf; 
  border: 1px dotted #cfcfcf; 
  color: #131324;
	padding: 5px 15px;
	line-height: 22px;
}