/* Show me India: Red stylesheet */

/* Colours:

	#E74600 - Headings	

*/

/* HTML tag styles */

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

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



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

/* Page layout */

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


