.customize {
    margin-top: 20px;
    margin-bottom: 20px;
}

.customize h1 {
    font-size: 300%;
    text-align: center;
    padding-bottom: 5px;
}

.customize h2 {
    font-size: 150%;
    font-size: 200%;
    color: #777777;
    padding-bottom: 5px;
}

.customize h3 {
    color: red;
    font-size: 120%;
    font-weight: bold;
}


.customize h3.title {
    color: #181818;
}

.customize a {
    color: #333333;
}

.customize a:hover {
    color: red;
    font-weight: bold;
}

.customize p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.customize span.serviceTitle {
    font-size: 30px;
    color: #003399;
}

.customize span.servicePrice {
    font-size: 25px;

}


.customize b {
    font-weight: bolder;
    color: #777777;
}



.customize ul {
    list-style:disc;
    list-style-position: outside;
    margin-left: 20px;
}



.imgStyle01 {
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
    width: 50%;
}


.imgStyle02 {
    padding: 2px;
    float: left;
    width: 100%;
}


.imgStyle03 {
    padding-right: 30px;
    padding-bottom: 10px;
    float: left;
    width: 35%;
}


.customize img:hover  {
    opacity:.7;
}


.address {
    font-size: 18px;
    font-style: italic;
}