/* Show me India: Red stylesheet */

/* Colours:

	#663399 - Headings	

*/

/* HTML tag styles */

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

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



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

/* Page layout */

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


