@charset "utf-8";
/* CSS Document */

body {
	background:#dfe0e2;
	background-image:url(back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:arial;
	font-size:12px;
	color:#808285;
	margin-top:20px;
}

h1

	{
		font-size : 12px;
		font-family : arial;
		color : #646464;
		
	}

a {
	color:#808080;
}
a:visited {
	color: #808080;
}
a:hover {
	color: #ABABAB;
}
