
body{
font-family: Verdana, sans-serif;
font-size:12px;
}

.inner-border{
     background: #000;
    color: #fff;
    margin: 50px;
    padding: 15px;
    position: relative;
}
.inner-border:before {
    border: 5px solid #000;
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
}
}
h1 {
font-family: Georgia, serif;
font-size:28px;
text-align: center;
}

p.contactinfo {
font-size:14px;
text-align: center;
width:100%
}
p.categorylabel{
font-size:12px;
font-weight:bold;
text-transform: uppercase;
}
div.indented{
margin-left: 25px;
}
