body,td        { 
    /* background-color: #ffffe0;  */
    background-color: Azure;
		 font-family:  Georgia, "Times New Roman", Times, serif; 
	         font-size: 12pt;
	         margin: 3%;
                 }

body {min-width:640px}

/* alternative fonts */
/* Verdana, Arial, sans-serif; */
/* Georgia, "Times New Roman", Times, serif; */

tt,kbd,code {font-size: 12pt;}  /* the background color in paras looks fidgety */

pre     {font-size: 11pt; background-color: #eeeed0;}

address {font-size: 10pt;}

/* put some padding after each li */
li {padding-bottom: 10pt}


/* divs */

#banner {padding: 5px;}
#menu {float:left; width:20%}
#content {float:right; width:80%}

#quotation {padding: 10px; margin-left: 20px; width:80%; background-color: #eeeed0}

#footer {clear:both; width:100%} /* safari and opera need this */

#footer {clear:both}

}	