/*
 janeharveysings.com stylesheet -= written by stevedawson.com
*/


body {
	background-color: #000000;
	color: #ffffff;
	font-family: arial;
    font-size: 9pt;
}
/*  the bio page */
div.page_bio {
    height: 500px;
    width: 400px;
    overflow: auto;
    padding: 25px;
    color: #ffffff;
}
.bio {
	background-image:url(bio.jpg);
	background-repeat: repeat-x;
}
/*  the dates page */
div.page_dates {
    height: 475px;
    width: 700px;
    overflow: auto;
    padding: 25px;
    color: #ffffff;

}
.dates {
	background-image:url(dates.jpg);
	background-repeat: repeat-x;
}
.music {
	background-image:url(music.jpg);
	background-repeat: repeat-x;
}
a {
	 color: #ffffff;
}
a.menu_link {
	color:#ffffff;
	text-decoration:none;
	font-family: arial;
    font-size: 16pt;
	padding-right: 30px;
	}

 a:hover.menu_link {
  color:#c21e91;
}
.news_title {
	color: #690;
	font-family: arial;
	font-size: 14pt;
}
