/*
NBT.css
Format control style sheet for the Next Best Thing website


*/

body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000066;
	background-image: url(images/MusicStaffTiled.gif);
	background-repeat: repeat;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFF99;
	background-position: 130px;


}

a:link {
	color: #FF9966;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #FF9999;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;

}

h1 {
	font: bold 24pt "Times New Roman", Times, serif, white;
	text-align: center;
	color: #FFFFFF;

}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-size: 10pt;
	color: #FFFF99;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 10pt;
	color: #FFFF99;
}
