/* CSS comments */

body { background-color: #2a2b2f; text-align:center; }

div#master_div { width: 770px;  
                 background-color: #2a2b2f; 
		 text-align:center; /* centering everything in the master_div */
                 margin: 0px auto; }

h1#macaroni_and_cheese: {line-height: 30px;}

/*  General Text Tools  */

span.bold_text{font-weight: bold;}
div.spacer{margin: 9px 20px 0px 0px;}
a.bold_link{font-weight: bold;}