@charset "utf-8";
/* CSS Document */
.rnd{
    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-color: #f0f0aa;
    color: #333355;
    margin: 15px 25px 15px 25px;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	}
	.rnd1{
    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-color: #66ccff;
    color: #333355;
    margin: 15px 25px 15px 25px;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	}
	.rnd11 {    background-position: 0px 1px;
    background-repeat: no-repeat;
    background-color: #66ccff;
    color: #333355;
    margin: 15px 25px 15px 25px;
    padding: 20px 20px 10px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.sale a:link a {
	color: #ff0000;
	text-decoration: none;
	}

.sale a:visited {
	color:#ff0000; /* #007f3d; */
	text-decoration: none;
	}

.sale a:hover {	color: #FF0000;	text-decoration: underline;}
