<!--
  Web Site: Househunting.com
  Comments: Main style sheet
-->

<style type="text/css">
   <!-- table used as page header -->
	 table.pageheader {border-width: 1; border: solid; margin-left: "20"; width: "675"; height: "200"
                    cellpadding: "0"; cellspacing: "0";}

	 <!-- Emphasized is bold -->
   EM {font-weight: "bold";}

	 <!-- footnote: small, emphasized with color -->
   EM#fn-s {color: "blue"; font-weight: "bold"; font-size: 75%;}

	 <!-- footnote: red, small, emphasized with color -->
   EM#fn-rs {color: "red"; font-weight: "bold"; font-size: 75%;}

   <!-- big bulleted list, larger font than normal -->
   li.biglist {font-size: 125%; text-align: justify; margin-left: "20"; margin-right: "20"}

   <!-- small bulleted list, smaller font than normal -->
   li.smalllist {font-size: 75%; text-align: justify; margin-left: "20"; margin-right: "20"}

   <!-- alert paragraph to stand out on page -->
	 p.alert {font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
           font-size: 125%; text-align: justify; color: "#009900"}
 
   <!-- normal paragraph font fallback -->
   p {font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;}

   <!-- main or intro paragraph, larger than normal -->
   p.intro {font-size: 125%; text-align: justify; margin-left: "20"; margin-right: "60"}

   <!-- focus paragraph, larger than normal, indented -->
   p.focus {font-size: 125%; text-align: justify; margin-left: "40"; margin-right: "20"}

   <!-- subfocus paragraph, larger than normal, indented -->
   p.subfocus {font-size: 125%; text-align: justify; margin-left: "60"; margin-right: "20"}

   <!-- info paragraph, centered for visibility -->
   p.info {font-size: 125%; text-align: center;}

   <!-- note paragraph, smaller than normal -->
   p.note {font-size: 85%; text-align: center;}

   <!-- subparagraph under a header -->
   p.subpar1 {font-size: 100%;  text-align: left; margin-left: "20"}
</style>
