/*
* This file contains default style rules for the FM web site. Some of these
* rules override settings in the global CSS file; others are unique to FFM.
*/

body {
  /*
  * Rules for the body, specific to this web site.
  */
  background-color : black;
  color : white;
  font-size : 18px;
  font-family : serif;
  color : white;
  margin : 0px;
  padding : 0px;
}

.nav {
/*
  border-width : 1px;
  border-style : solid;
  border-color : red;
*/
}

.menu {
/*
  border-width : 1px;
  border-style : dashed;
  border-color : purple;
*/
}
.menu li {
  font-size : 0.9em;
}

.contact {
  margin-top : 200px;
  margin-left : 20px;
}
.payment {		/* Payment Methods section */
  width : 220px;
  margin : 0px;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  text-align : center;
/*
  border-width : 1px;
  border-style : dotted;
  border-color : salmon;
*/
}

img#image1 {
  top : 260px;
  left : 170px;
}
img#image2 {
  top : 60px;
  left : 30px;
}
img#image3 {
  top : 20px;
  left : 330px;
}

.Dbug {
  font-size : 0.8em;
}
