element.style {
}
#blogTitle {
    margin-bottom: 15px;
    width: 1176px;
}

#navigator {
    background-color: skyblue;
    height: 78px;
    width: 1174px;
}

#navList li {
    float: left;
}
li {
    list-style: none;
    margin-top: 5px;
}
#main {
    overflow: auto;
    padding-left: 25px;
    width: 1194px;
}

.postTitle {
    background-image: url(images/logo.png);
    background-repeat: repeat-y;
    background-position: -10px 0;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 899px;
    height: 41px;
    float: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    background-color: green;
}
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
Inherited from div#home
#home {
    background-color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #000;
    margin: 15px;
    padding-top: 30px;
    padding-right: 25px;
    word-wrap: break-word;
    box-shadow: 0 0 25px black;
    position: relative;
    min-width: 950px;
    line-height: 1.5;
}

Inherited from body
body {
    font-family: Helvetica,Verdana,Arial,sans-serif;
}