/* fonts */
body { font-family: Arial,Helvetica,sans-serif; font-size: 11pt; }
h1, h2, h3 { font-family: Times New Roman,Times,serif; }
h1 { font-size: 190%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
table {  font-size: smaller;}
/* colors */
body {  color: Black;
  background-color: #ffeedd;
  background-image: url(foto.jpg); background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left top;}
h1, h2, h3 {  color: #992200;
  background-color: transparent;}
/* padding, borders and margins */
body { margin-left: 253px; width: 647px; }
img {  border: solid thin Black;}
