/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
width: 200px;
height: 250px;
border: 1px solid black;
background-color: #FFEEFF;
padding: 5px;
}

.billcontent{
	width: 100%;
	display:block;
	color: #003366;
}
.billfooter {
	font-weight: bold;
	color: #003366;
}
.brand {
	font-weight: bold;
	color: #CC0000;
}
.linktext {
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
