body, div {
	font-size:    large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    x-large
}

#main {
	width: 100%;
}

h1 {
	background: url(title-large.gif);
	height: 70px;
}

#text-small {
	background: #ff9 url(images/textsize-back.gif);
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
}

#text-medium {
	background: #ff9 url(images/textsize-back.gif);
	border-bottom: 1px solid #993;
	border-right: 1px solid #993;
	border-top: 1px solid #E4E47D;
	border-left: 1px solid #E4E47D;
	color: #330;
} 

#text-large {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #ccc;
}

#text-medium:hover, #text-small:hover {
	background: #E6E688;
	text-decoration: underline;
}
