
/*zero*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,canvas {
    margin:0;
    padding:0;
    font-family: source-sans-pro, sans-serif;
    text-align:justify;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}
.clear {
    clear:both;
}



body {
    text-align:center;
}

div {
    margin: 20px;
    border-color:#AAA;
    border-width:1px;
    border-style:solid;
    background-color:#FFF;
    text-align:center;
    display:inline-block;
    margin-bottom:0;
}

#centerbox {
    margin: 20px auto;
}

img {
    margin: 6px;
}

h1 {

    font-size:40px;
}

p, h1 {
    font-family:serif;
    margin: 10px;
    text-align:center;
}