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

/* Typography */
h1				        { color: #fff; }
h2			        	{ color: #5f7627; }
p						{ color: #666666; }

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

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

