body, div {
	font-size:    small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    medium
}

#text-small {
	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: 12px;
}

#text-medium {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #ccc;
	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-large:hover, #text-small:hover {
	background: #dda88e;
	text-decoration: underline;
} 
