/* css file for RonsCondo project */

body, .tablebody
{
    background: #fff;
    font-family: Times, serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6
{
    background:	#fed;
    font-family: Verdana, Arial, sans-serif;
    color: #630;
}

h4 { margin-right: 20%; }
h5 { margin-right: 40%; }
h6 { margin-right: 60%; }

.reduced {
    background:	#630;
    font-family: Verdana, Arial, sans-serif;
    font-size: 18px;
    color: #fed;
}   

.hook {
    text-align: center;
    font-size: 18px;
    color: #c00;
}

UL
{
    list-style: none;
    margin-left: 0px;
}

UL.amenity_list
{
    list-style: square;
}
