@charset "utf-8";

/* nrfs.css: CSS for the Native Rhythms Flute School (NRFS)
   ... imported from the old Musical Echoes main-css.css and nfs-css.css files
   to create one CSS document for Native Rhythms Flute School */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003300;
}

.copyright {
	background-color: #DAD3B6
	font-size: small;
	text-align:center;
}

body {
	background:url(img/nabkgnd.jpg);
	background-color: #dad3b6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	color: #006600;
	text-decoration: underline;
}


/* ... imported from the old Musical Echoes nfs-css.css file to create one CSS document for
   Native Rhythms Flute School */

.time_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #705214;
	text-align: center;
}
.nfs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #705214;
	text-align: left;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #705214;
}

.changes2010 {
	font-size: x-large;
	font-style: italic;
	text-align: center;
}

.emphasis {
	font-style: italic;
	font-weight: bold;
}

.pubTitle {
	font-style: italic;
	font-weight: bold;
}

.eventTitle {
	font-style: italic;
	font-weight: bold;
}
