@charset "utf-8";
/* 
Pink pages
Note the header is pink by default, so no adjustment rqd.
 */

/* Link colour */
/*a {
color:#ed174f;
text-decoration:underline;
}
	a:hover {
	color:#ed174f;
	text-decoration:none;
	}
*/
/* Current section tab */
#tabcontainer a#tab04 {
color:#ed174f;
background:url(../Images/Tabs/tab04_dn.gif) no-repeat;
}
	#tabcontainer a#tab04:hover {
	color:#ed174f;
	background:url(../Images/Tabs/tab04_dn.gif) no-repeat;
	}

/* Margin link rollover colour */
/*#col1 a:hover {
color:#ed174f;
}*/