@charset "UTF-8";
/* CSS Document */

body {
	color:#888888;
	background-color:#A69C79;
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
	margin-bottom:1px;
}

a:link {color:#A69C79;}
a:visited {color:#A69C79;}
a:hover {color:#888888; text-decoration:underline;}
a:active {color:#A69C79;}
