/* Default style sheet for the GSU Chemistry web site                               */
/* This sheet contains rules that work in both old and compliant (modern) browsers  */
/* Specific rules for compliant browsers are in /CSS/compliant.css                  */

body {background: #F8F8EB;
	color: #000000;
   font-family: arial, helvetica, lucida, tahoma, veranda, sans-serif; /* The Defualt font */ } 

   
pre {font-family: courier, fixed, monospace;
	   font-size: .8em;}

  /** http://www.alistapart.com/articles/practicalcss/ */

/* END */ 

