/* Show me India: Pink stylesheet */

/* Colours:

	#FF0066 - Headings	

*/

/* HTML tag styles */

a:link, a:visited {
	color: #FF0066;
}

h1, h2, h3 {
	color: #FF0066;
}
h1 {
	background-image: url("../images/BulletPink.gif");
}



/* ---- CUSTOM STYLES ---- */

/* Page layout */

#navigation {
	background-color: #FF0066;
	background-image: url("../images/NavBGPink.gif");
}


