/*

-------------------------------------------------------------------

B2L magazine - Seasonal colour stylesheet for main pages.

This contains information for seasonal differances only! Such as masthead and rollover colours.

Note: 	The main stylesheet is imaginatively titled 'main.css'!

-------------------------------------------------------------------

*/

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

a:active, a:hover {
	background-color: #009EE0;
	color:#FFFFFF;
}


#masthead {
	background-image:  url("../img/masthead_main_blu.gif");
	background-repeat: no-repeat;
	background-position: 12px 12px;
}

#mainNavigation a:active, #mainNavigation a:hover {
	background-color: #009EE0;
}

#issue {
	background-color: #009EE0;	
}

#linkstyle a:hover{
	background-color:#009EE0;
}
