body, div {
	font-size:    large;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size:    x-large;
	
}

#main {
	width: 700px
}

h1 {
/*	background: url(title-large.gif); */
	height: 70px;
	
}

#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: #ccc;
}

#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: #666;
}

#text-medium:hover, #text-small:hover {
	background: #339900;
	color: #fff;
	text-decoration: none;
}

