body {background-color: white; font-family: helvetica; color:black;}
.links {font-size: 30px; color:black; text-decoration: none;}
.comlink {font-size: 29px; color:black; text-decoration: none;}
.issue{display: inline-block; width: 30%; border:4px solid white;}
.header {font-size: 60px;}
.desc {font-size: 20px;}
.price {font-size: 95px;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px; /* the bottom margin is the negative value of the footer's height */

}
.footer, .push {
	height: 5px; /* .push must be the same height as .footer */; font-size: 10px;}

