.Tiny {
	font-size: x-small;
	font-style: italic;
	color: #45614B;
}
.Default {
	font-family: "Goudy Old Style";
	color: #813BB7;
	font-style: normal;
}
.DarkPurple {
	font-family: "Goudy Old Style";
	color: #813BB7;
	font-style: normal;
}
.LightPurple {
	font-family: "Goudy Old Style";
	color: #D19BFD;
	font-style: normal;
}
.NewGreen {
	font-family: "Goudy Old Style";
	color: #40674A;
	font-style: normal;
}
.LightGreen {
	font-family: "Goudy Old Style";
	color: #8BC789;
	font-style: normal;
}
.BigTitle {
	font-family: "Goudy Old Style";
	color: #8A40B9;
	font-size: x-large;
	font-style: normal;
	text-decoration: none;
}
.LargeTitle {
	font-family: "Goudy Old Style";
	color: #45614B;
	font-size: large;
	font-style: normal;
	text-decoration: none;
}
.subtitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F9cc00;
	color: #432026;
	list-style-position: inherit;
	list-style-type: circle;
	font-size: medium;
	text-decoration: none;
	font-style: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.TrackTitles {
	font-family: "Goudy Old Style";
	font-size: medium;
	color: #000;
	text-decoration: none;
	background-color: #728B9B;
	text-align: center;
	font-style: normal;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #ACBCC5;
	border-right-color: #ACBCC5;
	border-bottom-color: #ACBCC5;
	border-left-color: #A7B5BD;
}
a:link {
	text-decoration: none;
	color: #40674A;
}

a:visited {
	text-decoration: none;
	color: #40674A;
}
a:hover {
	color: #813BB7;
}
a:active {
	color: #813BB7;
		text-decoration: none;
}
.myButton {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	background-color: #40674A;
	text-align: center;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: ridge;
	border-left-style: outset;
	border-bottom-width: thick;
	border-bottom-color: #364C0E;
}
