@charset "utf-8";
/* CSS Document */

body		
	{
	font-family: Verdana, sans-serif;
	color: #615e5c;
	background-color: #fffff;
	margin: 0;
	padding-left: 0px;
	border: 0;
	list-style-position: inside;
	min-width: 1000px;
	}

img		
	{		
	border: 0px;		
	}

a:link		
	{
	color: #6b5745;
	}

a:visited	
	{
	color: #8b7765;
	}

a:hover		
	{
	color: #9b8775;
	}

a:active		
	{
	color: #8b7765;
	}
div
	{
	border:2px solid #615e5c;
	background:#e0f3ff;	
	}