body {
margin: 0px;
padding: 0px;
font-family: Arial, sans-serif;
background-color: white;
}

a:link {
text-decoration: none;
color: #132D7A;
}
a:visited {
text-decoration: none;
color: #132D7A;
}
a:hover {
color: #132D7A;
text-decoration: underline;
}
a:active {
color: #132D7A;
}

#container{
width: 850px;
height: 600px;
margin-top: 10px;
}


#services{
width: 732px;
margin: auto;
text-align: center;
margin-bottom: 15px;
}

#services p{
color: #000180;
font-size: 13px;
margin: 0px;
}

.bullet{
width: 9px;
height: 20px;
}

#pinkbar{
width: 720px;
height: 30px;
background-color: #E72F8F;
margin: auto;
}

#address{
width: 800px;
height: 30px;
margin: auto;
margin-top: 0px;
}

#address p{
color:  black;
font-size: 13px;
text-align: center;
margin-top: 5px;
}

.red_text{
color: red;
}

