/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	 
}
	

/* LINKS */
.typography a { 
text-decoration: underline;
	color: #3E91C4;
}
.typography a:visited { 
 	text-decoration: underline; 
	color: #3E91C4;
}

.typography a:hover { 
background: #3e91c4;
color: #fff;
}


