@charset "utf-8";
/* CSS Document */
html, body{
margin:0px;
padding:0px;
background-image:url(../i/bgbuy.jpg);
background-position:center;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #FF0000;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
