@import "tables.css";
@import "lists.css";
@import "modules.css";

body { 
  font-size : x-small;
}

#Form { 
  font-size : 90%;
}


#Layout_ContentPane {
  color : #333333;
}

h1, .itemListHeading, .pageTitle {
  font-size : 120%;
  color : #BF60AE;
}

h2 {
  margin : 1.7em 0 0.5em 0;

  font-size : 120%;
  font-weight : normal;
  color : #BF60AE;
}

p {
  line-height : 1.5em;
  margin : 0 0 1.5em 0;
}

hr {
  height : 1px;
  margin : 1em auto;

  border : 0;
  border-top : 1px dashed #BF60AE;
}


img.polaroid {
  border : 1px solid #000000;
  margin : 0.5em 0 0 1em;
}