/* 

    . is for class
    # is for id
    body if for body
    a is for link

*/

body{
    background-color:#666; color:white;
    max-width: 1000px;
}

.contentBox{
    padding:10px;
    margin:5px;
    background-color: #f09;
    color:#333;
    border-color: lime;
    border-bottom-width: 1px;
    border-bottom-style: solid
}