/* PMFD0.css        */
/* Purple Martin Field Day website */


body { margin:0; 
       background-color: rgb( 64, 0, 80); 
       background-position: center;
       font-family: arial, sans-serif; }

h1 { font-family: arial, sans-serif; color: rgb(127, 0, 127); text-align: center; }

h2, h3, h4, h5, h6 { font-family: arial, sans-serif; color: black; text-align: center; }

p { color: black; background-color: white; 
	font-family: arial, sans-serif;
  }

/* hide any Xfx menus when printing: */
@media print {

  #dmbTB1, #dmbTBBack1 {display:none;}

}

