
body {
background-image: url('http://www.loffmanrealty.com/images/marble.gif');
}

li {
list-style-type: square;
}

a:hover {
font-weight: 800;
text-decoration: underline;
color: #ff0000;
background-color: #ffff99;}


li#listings {
background-color: #e3e3e3;
list-style-type: none;
border-top: 2px #ffffff solid;
border-left: 2px #ffffff solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
padding-left: 10px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
display: inline;}


#listings{
font-family: Arial, Helvetica, Verdana;
font-size: 1.5em;}

a:hover#listings {
background-color: #ffff33;
color: #ff0000;}



