@charset "utf-8";
/* CSS Document */
html		{font-size:125%;}
body		{color:#000000;
			 font-family: "Arial", Verdana, sans-serif;
			 font-size: 50%;
			 background-color: #c6b074;
			 
			 }
p			{font-size:1.3em;}
img			{border:none;}
a:link		{color:#e06122;
			 text-decoration:none;}
a:visited	{color:#ae1509;
			 text-decoration:none;}
a:hover		{color:#ad6954;
			 text-decoration:none;}
a:active	{color:#ad6954;
			 text-decoration:none;}

h1			{font-size:1.7em;}
h2			{font-size:1.5em;}
h3			{font-size:1.1em;}
h1,h2,h3,h4	{font-family:"Verdana", Arial, sans-serif;}

#menu		{font-family: Arial, Verdana, sans-serif;
			 font-size: 1.6em;
			 font-stretch:narrower;
			 }