/** Coded by: Jeffrey (Joseph Witchard)
 ** Created on: 06/27/09
 ** Last modified: 06/27/09
 ** Purpose: To style the web page located
 **          at uhrebirth.com/hosting_promo_codes.php. */
 
/* for the general text */

.promo_welcome { width: 400px; margin: 20px auto; }

/* for the promo code table */

#promo_codes { width: 350px; border-color: #FFFFFF; margin: 0px auto; text-align: center; }

#promo_codes tr { border: 2px solid #FFFFFF; }

/* for the heading and code classes */

.heading, .code { font-weight: bold; }
