/*This is the web version cascading style sheet file for the resume of Beth Deeter, 
fulfilling requirement 6. of IT 242 XML Document Design Performance Project. 
The main control changes are to background (color to gray, bluegreen or white for emphasis and to 
delineate the sections and add an image to the body to make it match the rest of Beth's class web site), font size, font weight, font color, table padding, and centering all for control 
of the appearance of the document to make it easily read and understood and cause it to line up and display well in the table.  The selectors are referred to by their HTML tags because the file containing them is an HTML file and that is the way they are referenced in the file.*/
/*The background used on this page is in the public domain. Verification of this can be found at http://www.mpgdesign.freeservers.com/vault/backgroundsP%2DD.htm*/ 

body		{ background-image: url('ac130.jpg'); 
		font-size: 12pt; padding-left: 4px; 
		padding-right: 4px; padding-top: 4px; padding-bottom: 0px } 
  
table 		{ border: 5px solid #E0DFE3; background-color: #009999 }

td		{ background-color: #FFFFFF; border-style: solid; 
		border-width: 4px; padding-left: 4px; padding-right: 4px; 
		padding-top: 4px; padding-bottom: 4px }

th		{ background-color: #999999; border-style: solid; 
		border-width: 4px; padding-left: 4px; 		padding-right: 4px; padding-top: 4px; padding-bottom: 0px }

h1,h3,h4,h5,h6,h7
		{ color: #FFFFFF }

h2		{ font-size: 24pt; text-align: center }

