body, div {
	voice-family: "\"}\"";
	voice-family: inherit;
}

#text-small {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 2px;
	font-size: 12px;	
	color: #ccc;
} 

#text-medium {
	background: #c0d3f6;
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
	padding: 2px;
	font-size: 15px;
}

#text-large {
	background: #c0d3f6;
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
	padding: 2px;
	font-size: 18px;
}

#text-medium:hover, #text-large:hover {
	background: #dda88e;
	text-decoration: underline;
} 