
  body {
	background-image: url("../images/mom-bg.html");
        color: #E0BE4B;
        font-family: "Verdana, Arial, Helvetica, Times";
        margin-left: 10%;
        margin-right: 10%
	}


  
  A:link {
	color: #ca2a02;
	}
  A:hover {
	color: #ca2a02;
	background-color: #E0BE4B;
	}
  A:active {
	color: #000000;
	background-color: #E0BE4B;
	}
  A:visited {
	color: #000000;
	}


  div.c1 {text-align: center;}
  div.c2 {
	text-align: center;
	font-size: 75%;
	}
  div.c3 {text-align: right;}


  h1 {
	font-size: 100%;
	margin-top: 2em;
	font-family: Lucida Handwriting, Calisto MT, Times, Verdana, Arial, Helvetica;
	color: #000000;
	} 


  p {
	font-size: 100%;
        color: #E0BE4B;
	} 
  p.c2 {
	font-size: 100%;
	margin-bottom: 3em;
        color: #E0BE4B;
	} 

 strong {color: #ff0000}

 dt {
	font size: 125%;
	margin-top: 2em;
	text-decoration: underline;
	}