@charset "utf-8";
/* CSS Document */
html		{font-size:125%;}
body		{color:#000000;
			 font-family: "Arial", Verdana, sans-serif;
			 font-size: 50%;
			 background-color: #c6b074;
			 background-image:url(bg.png);
			 background-attachment:fixed;
			 background-position:bottom right;
			 background-repeat:repeat-x;

			 
			 }
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;}
a			{cursor:crosshair;}
h1			{font-size:1.8em;}
h2			{font-size:1.6em;}
h3			{font-size:1.5em;}
h1,h2,h3,h4	{font-family:"Verdana", Arial, sans-serif;}

#menu		{font-family: Arial, Verdana, sans-serif;
			 font-size: 1.6em;
			 font-stretch:narrower;
			 }
table		{margin: 3px 0px 0x 3px;
			padding:2px 5px 5px 2px;
			
			}
li			{font-size: 1.3em;
			 margin-left: 30px;
			  
			}
