/* CSS Document */

<style type="text/css" media=screen>

  body 	{ 
  			/* background-color: #eff7ff; 	normal color */
  			background-color: #f660ab; 
						
		}  
  
  h1 	{ 
  			font-family: Arial, sans serif; 
		}
  
  p 	{ 
  			font-family: Arial, sans serif; 
		}
  
  table	{ 
  			font-family: Arial, sans serif; 
		}
  

