body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #fff;
}
#container {
	width: 162px;
	height: 600px;
	overflow: hidden;
}
.discountBox {
	background-color: #426D38;
	margin-top: 0px;
	border: 1px solid #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 5px;
	margin-bottom: 5px;
}
.discountButton {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #D3E9C4;
 	border: 1px solid #000000;
}
.discountText {
	font-size: 11px;
	color: #FFFFFF;
}
.discountHeader {
	background-image: url(http://www.perfectstroke.org/images/global/discount_header.jpg);
	background-repeat: ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#pgaBox {
	background-color: #FFFFFF;
	border: 1px solid #336633;
    width: 150px !important;
	width: 160px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 4px;
	margin-left: 5px;
    margin-bottom: 0px;
}
#pgaBox a {
	color: #336633;
}
p.imgcenter {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 10px;
}
p.imgcenter img {
	margin: 0;
	padding: 0;
}

.plainbox { 
font-family: verdana, serif;
color: #fff;
font-size: 9pt;
background: #000;
}

A:link { color: #33cc33 }          /* unvisited link */
A:visited { color: #393 }        /* visited links */
A:active { color: green }        /* active links */
A:hover { color: red;
	font-weight: bold; 
	font-family: tahoma, serif;
	text-decoration: underline }

A:link IMG { border: 0px solid #BF1731 }
A:visited IMG { border: 0px solid red }
A:active IMG { border: 0px solid lime }