/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

 
 <!--
body { 
  background: #FFFFFF;
  text-align: center;
}

with

body { background: url('images/bgnd_final.JPG') }

In this case, replace yourpicture.png with the image you want to display. -->

<head>
<title>Welcome to the Villas of Madison</title>

<style type="text/css">
body {
  background: #FFFFFF;
  text-align: center;
  
}

table {
    border-collapse: collapse;
    
}
 
table, th, td {
   border: 1px solid black;
   text-align:center;
   padding: 15px;
   align:center;
}

a { background: #FFFFFF; text-align:center; color:#000000; font-size: 12pt;
}

p {
  background: #FFFFFF; text-align:left; color:#000000;
  
}

h1 {
  background: #0000A0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18pt;
  font-family: Arial;
}

h2 {
  background: #00ff00;
  color: #000000;
  font-weight: bold;
  font-size: 20pt;
  font-family: Arial, sans-serif;
}

body {
  color: #FFFFFF;
  font-size: 16pt;
  font-family: Tahoma, Arial, sans-serif;
}

h3 {
  background: #FFFFFF;
  color: #000000;
  font-weight: bold;
  font-size: 20pt;
  font-family: Arial, sans-serif;
}
</style>
</head>


    -->
 