/* Blue
-------------------------------------------------------------- */   
body			        { background:url(blue/bg.png) repeat-x top #FFFFFF;}

/* Typography */
h1				        { color: #fff; }
h2			        	{ color: #254496; text-align:center; }
p						{ color: #254496; text-align:center;}

/* Feed rollovers */
a.rsslight 				{ background-image:url(blue/rss.png); background-position:0; display:block; height:35px; width:106px; float:left; cursor: pointer; display: none;}
a.rsslight:hover		{ background-position:106px; text-decoration:none; display: none;}

a.emaillight 			{ background-image:url(blue/email.png); background-position:0; display:block; height:35px; width:116px; float:left; margin-left:25px; cursor: pointer; }
a.emaillight:hover 		{ background-position:116px; text-decoration:none; }

a.* 		{ display: none; }
