body {
	background-color: black;
	background-image:url(/image/background.jpg);background-repeat:no-repeat;
	background:/image/background.jpg;
	color: white;
	font-family: arial, sans-serif;
}
a.item-link {
	color: #B22222;
}

a.item-link:link, a.item-link:visited {
	color: #B22222;
}

a.item-link:active, a.item-link:hover {
	color: #CFB53B;
}

a.text-link {
	color: #B22222;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.text-link:link, a.text-link:visited {
	color: #B22222;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.text-link:active, a.text-link:hover {
	color: #CFB53B;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;
}

a.menu-link {
	color: white;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

a.menu-link:link, a.menu-link:visited {
	color: white;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

a.menu-link:active, a.menu-link:hover {
	color: #CFB53B;
	background: transparent;
	text-decoration: none;
	font-family: arial, sans-serif;

}

