    /*Main style sheet for Rose Moresk web site http://www.rosemoresk.org*/
    /*John Maher feb 2005*/
    
    body        {background: rgb(100%,95%,95%);
	             margin: 0; padding 0; border:0; text-align:center;
	             font: 12px/1.2 Verdana, Arial, sans-serif;}
	
	#wrapper	{ margin: 0 auto; padding: 0; border: 0; 
	              width: 660px; text-align: left; }
	       
	a:link      {color: #3333ff; text-decoration: none; text-align: center;}	       
    a:visited   {color: #ff3366; text-decoration: none;}
    a:hover     {color: #ffffff; text-decoration: none; background: #d00;}
    a:active    {color: #33ff66; text-decoration: none;}
    
	table       {border:1px solid red; margin:2px; width: 650px; background: #fff;}
	td          {border: 0; padding: 5px;}
	td#menus    {border: 1px dotted #dd0000; padding: 2px; margin: 2px; background: #fdd;}
	th          {color: #dd0000; font-style: italic;}
	
	img         {padding: 10px; border:0;}
	
	h1          {text-align: center; font-size: 4.0em; font-family: cursive; 
	             color: #dd0000; font-style: italic;}	
	h2          {text-align: center; font-size: 2.0em; font-family: 
	             cursive; color: #dd0000; font-style: italic; padding: 0.1em; margin-top: 0.1em;}
	h3          {text-align: left; font-size: 1.4em; font-family: 
	             cursive; color: #666; font-style: regular; padding: 0.1em;}
	
	h4          {text-align: left; font-size: 1.2em; font-family: 
	             cursive; color: #999; font-style: regular; padding: 0.1em;}
	     
	div#copy {font-style: italic; font-size: 90%; text-align: right; color: #f00;}
	div {text-align: justify;}
	div#photos {font-style: italic; font-size: 90%; text-align: right;}
	
	
	#menu {width:100px; text-align:center; position:relative;}
    .box {position: relative;}
    #menu a span {display:none;}
    #menu a:hover span.lk  {display: block; 
						    position: absolute;
						    z-index: 100;
						    left: 10px;
						    top:10px;
						    padding:5px; 
						    width: 120px;
						    background-color:#fff; 
						    color:#000;
						    border: 1px solid blue;}
     #horiz li {display: inline; border: 0; 
                padding: 2px; margin: 2px;
                background: #fdd;}
     #horiz li:first-child {margin-left: -3.0em; border:0; font-family: cursive; font-weight: bold;
                            font-size: 100%; background: #fdd;}