﻿/* these are the very basic styles used on ny first web-page */
    .female {
	color: #ff007f;
	}
    .male {
	color: #4169e1;
	}
	ul {
	list-style-type:square;
}

/* these are the styles used on subsequent pages */
.beth-blue {
	color: #00B2FF;
}
.beth-pink {
	color: #FF00B2;
}
