﻿body{
    font-family: Arial;
}

h1, h2, h3, h4, h5, h6{
    color: inherit;
    font-weight: 500;
    line-height: 1.1;
}    

h1{
    font-size: 36px;
    text-align: center;

}

h4{
    font-size: 18px;
}

h3 ~ dl{
    margin-left:25px;
}

dd{
    margin-bottom: 10px;

}

#content{
    margin: 100px auto;
    width:940px;
}

.bold{
    font-weight: bold;
}

.jsonView{
    border: 1px solid #CCC;
    border-radius: 5px; 

}