body, div {
	font-size:    small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 97%;
}

#main {
	width: 450px;
}

h1 {
/*	background: url(title-small.gif); */
	height: 45px;
}

#text-small {
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	color: #666;
}

#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;
} 

#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: #339900;
	color: #fff;
	text-decoration: none;
}