﻿/* CSS Document */
body {
	background-color: #FBFBF1;
	background-image: url(../img_chi_leftbt/chi_leftbt_2.jpg);
	background-repeat: repeat-x;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

