/* basic elements */
body { 
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #C6AE91;
	}

a:link { 
	text-decoration: none;
	}

a:visited { 
	text-decoration: none;
	}
	
a:hover, a:active { 
	text-decoration: underline;
	}

.menu	{
	font-size: medium;
	}
