body	{background: #fffff0;}
#header	{height: 100px; background: #deceb5; color: navy; 
	font: bold small serif ; text-align: center;}
#menu	{background: #c00; color: #ffc; font: bold xx-small serif;
 	text-align: center; padding: 4px; margin-top: 1px; clear:both;}
#menu :link  {color: #ffc; text-decoration: none;}
#menu :visited {color: #ffc; text-decoration: none;}
#menu :hover {color: #0cf; text-decoration: none;}

h1	{font-size: 1.2em; color: navy;}
h2	{font-size: 1.1em; color: navy;}
h3	{font-size: 1em; color: navy;}
h4	{font-size: 0.9em; color: navy;}

.foto	{border: 1px solid navy;}
.active	{color: #0ff;}
.left	{float: left; margin-right: 15px; display: inline;}  
.right	{float: right; margin-left: 15px; display: inline;}
.center	{text-align: center;}
.warn	{color: red; font-weight: bold;}
.blue   {color: blue;} 
.remark	{background: snow; border: 1px solid navy; width="90%"; 
	font: normal xx-small verdana; padding: 8px; margin-left: 5%;}

address	{clear: both; border-top: 1px solid navy;
	font-size: x-small; padding: 0.4em; margin-top: 0.8em;}
