/* Main */

BODY {background-color: rgb(255,255,255)}

H1, H2, H3, H4, H5, H6 {text-transform: capitalize}

H1 {font-size: 140%; color: blue}
H2 {font-size: 120%}
H3 {font-size: 100%}
H4 {font-size: 90%}
H5 {font-size: 80%}
H6 {font-size: 70%}

P.copyright {font-size: 75%}

