p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;

}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #663300;
	padding: 5px;

}
.td-home {
	background-attachment: fixed;
	background-image: url(images/piano1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #6699FF;
	text-decoration: underline;
}
a:visited {
	color: #6699CC;
	text-decoration: underline;
}
a:hover {
	color: #996600;
	text-decoration: none;

}
a:active {
	color: #66CCFF;
	text-decoration: underline;
}
table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #CC9900;
}
