body, html {
 font-family: Arial, sans-serif;
 scrollbar-face-color: rgb(52,60,145);
 scrollbar-shadow-color: #000;
 scrollbar-highlight-color: white;
 scrollbar-3dlight-color: rgb(176,190,227);
 scrollbar-darkshadow-color: rgb(176,190,227);
 scrollbar-track-color: rgb(176,190,227);
 scrollbar-arrow-color: white;
 BACKGROUND-ATTACHMENT: fixed;
 BACKGROUND-REPEAT: no-repeat;

}

div.header {
 position: fixed;
 width: 100%;
 height: 40;
 top: 0;
 right: 0;
 bottom: auto;
 left: 0;
}

P.stickynote { 
  align:left;
  margin: 1em;
  padding: 0.8em 0.8em;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.5;
  position: float;
  top: 1em;
  left: auto;
  width:350px;
  right: 1em;
  background: rgb(225,225,160);
  border: thin outset rgb(225,225,0);
  color: rgb(224,29,33);
}

P.sixforty { 
  align:left;
  margin: 1em;
  padding: 0.8em 0.8em;
  position: float;
  top: 1em;
  left: auto;
  width:640px;
  right: 1em;
}

.normal {
 color:rgb(52,62,145);
 padding: 10px 10px;
}

.ottawa {
 margin-top: 200px;
 font-size: 12;
 align: left
}

.REALTOR {
 margin-top: 200px;
 font-size: 10pt;
 align: left;
 color: #FFFFFF;
}

.REALTOR2 {
 margin-top: 200px;
 font-size: 10pt;
 align: left;
 color: #343C91;
}
.REALTOR a:link { text-decoration: underline; color: white };
.REALTOR a:visited { text-decoration: underline; color: white};
.REALTOR a:hover { text-decoration: underline; color:white; }

