/* COLOUR SPECIFICATIONS ONLY */

body {	
	background-color: #A7899F;
	background-image: url(img2/bgtile_pink.gif);
}
.background {	
	background-color: #A7899F;
}

/* default links */

a:link { color:#A75491; text-decoration: none; }
a:visited { color:#A75491; text-decoration: none; }
a:hover { color: black; text-decoration: none; }
a:active { color: black; text-decoration: none; }
a { font-weight: bold; }


/* nav panel */
.navpanel {	
	background-color: #DFC9DA;
}

/* footer bar */
.footer {	
	background-color: #B9A1B2;
}

/* style package */
.package {	
	background-image: url(img2/bgtile2_pink.gif);
}