body {
	background-color: #ecd12f;
	/*background-image : url("image/topback.gif");*/
	/*background-repeat : repeat-x;*/
	/*background-attachment : fixed;*/
	background-position : top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a {
	text-decoration:none
}
a:link {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:white;
	background-color:#222222;
	/*text-decoration:underline;*/
}
a:active {
	color:gray;
}

