/*============= A Garden of Love: global settings =============*/
/*=====================================================*/

/* Global Settings */
BODY {
    background-color: #FDEDF2;
    FONT-FAMILY: Verdana, Tahoma, Arial; 
    font-size: 10pt; 
    color: #000;
    margin: 20px;
    text-align: center;
    }

em {
	  color: red;
    font-style: italic;
	  }

big {
		font-size: 14pt;
    font-style: italic;
		font-weight: bold;
    }	 
		
div#book
TABLE {
    font-size: 90%;
    border: 8px double;
		border-spacing: 5px;
		width: 700px;
		margin-left: 30px;
		padding: 3px;
	  background-color: #ffffff;
  	}		
		
#EntirePage {
    /* center page content to left and right            */
    /* and then apply text-align: center on the BODY... */
    margin-left: auto;
    margin-right: auto;
    text-align: left;
		}