/* #EEEEEE;  /* Main text  */
/* #151515;  /* Header/footer */
/* #000000;  /* Portfolio  */
/* #000000;  /* Body Background */
/* #EEEEEE;  /* Portfolio Text */
				
body {
	background-color: #151515;  /* Header/footer */
	color: #EEEEEE;  /* Main text  */
}
A {
	color: #EEEEEE;  /* Main text  */
}
.mainBody {
    background-color: #000000;  /* Body Background */
}
#pnlPortfolio, #pnlPortfolioDetail { 
	background-color: #000000;  /* Portfolio  */
	color: #EEEEEE;  /* Portfolio Text */
}
#pnlPortfolio { 
	border-bottom: solid 3px #151515;  /* Header/footer */
}
#pnlPortfolio A {
	color: #EEEEEE;  /* Portfolio Text */
}
