@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A5A5A5;
	text-decoration: none;
	line-height: 20px;
}
.intro {
	font-size: 13px;
	color: #C1C1C1;
	line-height: 21px;
	text-decoration: none;
}
.copyright {
	font-size: 13px;
	color: #A5A5A5;
	line-height: 20px;
	text-decoration: none;
}
A.buy_online:link{
	font-size: 13px;
	color: #FFAE00;
	text-decoration: underline;
}
A.buy_online:visited {
	font-size: 13px;
	color: #FFAE00;
	text-decoration: underline;
}
A.buy_online:hover {
	font-size: 13px;
	color: #FFDE00;
	text-decoration: underline;
}
