/* Green Eggs and Ham CSS */
.fixFonts { visibility:hidden; }
body { background:#f4f4f4; }

#content { font:62.5% verdana,sans-serif;}

a:link { color:white; text-decoration:none;
     padding: 2px 4px; }
a:link:hover { color:black; background:#7ccd7c;
     border:1px solid #939; 
     padding: 1px 3px; }
a:visited { color:white; text-decoration:none;
     padding: 2px 4px; }
a:visited:hover { background:#fcf; 
     border:1px solid #969; 
     padding:1px 3px;}

/* title link */

div.title a:link { color:#7fcf3f; background:inherit; padding:0; }
a.cont:link { color:#fff; background:inherit; padding:0; }
div.title a:link:hover,a.cont:link:hover { color:#ff0; background:none; border:0; }
div.title a:visited { color:#7fcf3f; background:inherit; padding:0; }
a.cont:visited { color:#fff; background:inherit; padding:0;  }
div.title a:visited:hover,a.cont:visited:hover { padding:0; color:#ff0; background:transparent; border:0; }


/*external links */
a.ext:link:hover,a.popUp:link:hover {  
     background-color:#cfc;
     border:1px solid #030;
     background-image:
     url(../../../_img/web/extLink.gif);
     background-repeat:no-repeat;
     background-position:100% 0px;
     padding:1px 5px 1px 3px;
     margin-right:-2px;
		 color:black; }
a.ext:visited:hover,a.popUp:visited:hover {  
     background-color:#cfc; 
     border:1px solid #030;
     background-image:
     url(../../../_img/web/extLink.gif);
     background-repeat:no-repeat;
     background-position:100% 0px;
     padding:1px 5px 1px 3px;
     margin-right:-2px;
		 color:black; }
a.ext.img img { border:none; }
a.ext.img:hover,
a.ext.img:hover img { background:none; 
     border:none; padding:0 3px 0 2px }
		 
#imgs { border-top:2px solid green; border-right:2px solid green; border-left:2px solid green; background:#61b329; 
  margin-top:10px; padding:10px; height:100%; }
#imgs div { width:50%; float:left; text-align:center; }
#greenEggs { border-left:2px solid green; border-right:2px solid green; background:#61b329; padding:10px; }
#greenEggs #geah { text-align:center; font:6em georgia,serif; color:green; } 
#greenEggs #geah .title { font:0.7em arial,sans-serif; position:relative; top:-30px; }
#spammers { border:2px solid green; border-top:none; background:#61B329;  
  padding:10px; color:#bdb; font:1.2em georgia,serif; text-align:justify; 
  background-image:url(../../../_img/web/greenEggBack.gif); background-repeat:repeat-y; background-position:50% 0; }

