/*
 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;
}
a {
	 color: #ffffff;
}
