/* Show me India: Blue stylesheet */

/* Colours:

	#005FA5 - Headings	

*/

/* HTML tag styles */

a:link, a:visited {
	color: #005FA5;
}

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



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

/* Page layout */

#navigation {
	background-color: #005FA5;
	background-image: url("../images/NavBGBlue.gif");
}


