body {color: #FFFF33; background-color: #000033}         /*Set text color to gold, background to midnight blue*/
A:link { color: #FFFF33 }                                /*Set unvisited link color to gold*/
A:visited { color: #FFFFFF }                             /*Set visited link color to white*/
A:active { color: #FF0033 }                              /*Set active link color to red*/

td {text-align:"center"}                                 /*Set all table data entries to center.  This facilitates table-based organization in the pages.*/
tr {text-align:"center"}
p {text-align:"left"}                                    /*Set all paragraph tags to align to the left.  This facilitates text for articles.*/
ul {text-align:"left"}                                   /*Set all unordered lists to align to the left.  This facilitates the organization of promotion requirements.*/  

