/* Style sheet for the uuEstrie website */
BODY { /*===== new lake background and fonts =======*/
/*  background-image: url("lake.jpg");  was url(uuapaper.gif);  */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  font-family:  Arial, sans-serif;
  font-size: 10pt;
} 

/* START style for dropdown menu*/
.item		{border: solid 1px; height: 1.6em;}
.mainmenu	{position: relative; float: left; width: 19%; margin-right: 3px; 
						/*  -- for 5 main items ---*/
							color:white; background:#a20; }  /* red or other*/
			/* INPORTANT absolute top <= height of the relative for mouseover*/
.submenu	{display: block; 			color: #820; background: white;}

a:link, a:active {text-decoration: none;}		/* No underlining of links, default color except in menu*/
a:visited	{text-decoration: none;}
p#outdate       {color: red; font-style: italic;}

