<style type="text/css">
/* Start of my CSS */

BODY{ }


TABLE{background: white URL(images/ellahouse01.JPG); 
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top right;
margin-top: 0; margin-bottom: 0;
padding-top: 20px; padding-right: 20px; border-top: 0;
border-bottom: 0; 
font-family: "Comic Sans MS", Arial, serif;
font-size: 12pt;}

TD.float{float:top 0px;}

TH{font-family:"Comic Sans MS", Arial, serif; 
font-size: bold 20pt
font-variant:small-caps;
color:green;}

IMG{border:thick double green; float:left;}
IMG.off{float:right;}

TD.footer{text-align:center; color:#a1a1a1;}
TD.text{padding: 40px; }


H1{text-align:center; 
font-family: "Comic Sans MS";
font-size: bold 20pt;
font-variant:small-caps;
color:green;}

.silver {color: #a1a1a1;}
.gray {color: #616161; border: 1px solid;}
.black {color: black;}

.ctr {text-align: center;}
.rt {text-align: right;}
.lft {text-align: left;}
.jst {text-align: justify;}

A.menu{color: #a1a1a1;}

A.menu:hover{color: #616161;}

A.menulink {
display: block;
text-align: center;
text-decoration: none;
font-family: "Comic Sans MS", arial;
font-size:12pt;
color: #000000;
BORDER: silver;
border: solid 1px green;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#A5DE94;
}
