/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */



/* Styles for the printer-friendly version of the page */
/* Remove background colors and images, use black ink */
* {
 background: transparent !important;
 color: black !important;
}
body {
 width: auto !important;
 font-size:12pt;
}
/* Size to fit width of the printed page */
#wrapper {
 width: 100%;
 margin: 1em auto;
 max-width: none;
 min-width: none;
}
/* Don't display the navigation bar */
/* You can use the same idea to hide anything else 
 that you don't want on the printed page */
 
 
/*Used for membership page */ 
img.center8 {
display:block;
text-align:center;
box-sizing:border-box;
margin-left:auto;
margin-right:auto;
}

 
header {
display:none;
 } 
 
nav {
 display: none;
}
/* Make links black and underlined */
a, a:link, a:visited {
 color: black;
 text-decoration: none;
}
/* Show URL afer link (only good for external links) */
a[href]:after {
 content: " (" attr(href) ")";
}
/* Limit width of images to their containing elements */
img {
 max-width: 100% !important;
 
} 