@charset "utf-8";
body {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    background-color: #ddddff;
    font-size: 12pt;
    color: #333333
}
h1 {
	margin-top:1em;
  font-size: 18pt;
}
h2 {
  font-size: 12pt;
}

a, a:link, a:visited {
  color: #000080;
}
a:hover {
  color: #6666FF;
}

.centered {
    text-align: center;
}

.footer {
    clear:left;
    margin-top:1em;
    text-align:right;
    padding:10px;
    font-size:10pt;
    bottom:0px;
}
