/* CSS Document */
/* Background Colors */
	.background-main {background-color: #825D9C; }
	.background-second {background-color: #000000; }

/* Text Behaviors*/
	p {font-family: Arial, sans-serif; color: #CCCCCC; }
	.text-small {font-family: Arial, sans-serif; color: #CCCCCC; font-size: 75%; }
	h1 {font-family: Arial, sans-serif; color:teal; font-size: 110%; valign: center}
	
/* Bullet Style*/
	ul {list-style-image:  url(file:///C|/Documents%20and%20Settings/Administrator/My%20Documents/Laptop%20Web%20Dev/CIBW/images/bullet.gif); }	
