/* standard.css written by
   SureCann web development for
   Marilyn’s Make Up Magic
   Last edited: 9/7/2009
   copyright Marilyn’s Make Up Magic 2009
*/

body {
  background-color:#f6edd6;  /* 220 199 235 */
  color:#85613d;
  margin:0;
}
h1 {
  font-size:250%;
/*  background-color:#7d0101;
  color:white;*/
}
h2 {
  font-size: 200%;
  text-align:center;
/*   clear:both; */
}
h3{text-align:center;font:small-caps 110% "Times New Roman", serif}
h4{font:bold 150% MaidenWord, serif;clear:both;text-align:center}
h5{text-align:center;font:110% "Times New Roman", serif;margin:.25em
auto;text-align:center;}
h6{font:100% "Century Gothic", serif;text-align:center;margin:0 auto}
address{text-align:center}
p{margin:.5em 0 0 .5em;padding:0;}
hr{clear:both;width:80%;text-align:center}
form {
  border:none;
}
fieldset {
  width:100%;
  text-align:left;
  padding:0;
  float:left;
  border:none;
}
ul {
  list-style:outside;
}
a img {
  border:none;
}
a:link{
  color:#0000a0;
  background-color:#f6edd6;
  white-space:nowrap;
}
a:visited {
  color:#a000a0;
  background-color:f6edd6;
  white-space:nowrap;
}
a:hover {
  background-color:#fdf33b;
  color:#0000a0;
  white-space:nowrap;
  }
a:active {
  padding:0;
  background-color:#fdf33b;
  color:#0000a0;
  white-space:nowrap;
  }
noscript p {
  clear: both;
  background-color:#7d0101;  /*  */
  color:white;
  margin:0;
  padding:1em 0 0 0;
  width:100%;
  text-align:center;
}
note {
  background-color:#f6edd6;  /* 220 199 235 */
  color:red;
  margin:0;
  font:bold 150% MaidenWord, serif;
  font-style: italic;
  font-weight:700;
}
.underline {
  text-decoration: underline;
}
.underlinebold {
  text-decoration: underline;
  font-weight: 700;
}
.highlight {
  background-color:yellow;
  color:red;
}
.highlight2 {
  background-color:yellow;
  color:black;
}
.highlight3 {
  background-color:purple;
  color:black;
}
.highlight4 {
  background-color:#f6edd6;
  color:red;
}
.purple {
  background-color:#f6edd6;
  color:purple;
}