/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
RESET CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

body {
    padding: 2em;
}

h1 {
    font-family: "Tinos", "Times";
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}

h2 {
    font-family: "Tinos", "Times";
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

h3 {
    font-family: "Tinos", "Times";
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

strong {
    font-weight: bold;
    color: #cc3300;
}

b {
    font-weight: bold;
}

i {
    font-style: italic;
}

p {
    font-family: "Tinos", "Times";
    font-size: 1.2em;
    line-height: 1.1em;
    margin-top: 10pt;
    margin-bottom: 10pt;
}

p.indent {
    display: inline-block;
    width: 90%;
    background-color: #c5c5c5;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 2em;
    padding-right: 2em;
}
.over {
    display: inline-block;
    position: absolute;
    z-index: 999;
    color: white;
    font-family: "Tinos", "Times";
    font-size: 5em;
    padding-left: 0.7em;
    font-weight: bold;
    margin-top: 40px;  
    text-shadow: 4px 4px 8px #000000;
}
div.image img {
    width: 100%;
}

div.clipped {
    height: 20em;
    overflow: hidden;
}

div.text {
    width: 100%;
}
.center {
    text-align: center;
}

.spacebefore {
    margin-top: 30pt;
}
ul {
    font-family: "Tinos", "Times";
    font-size: 1.2em;
    list-style: square;
    margin-left: 1em;
}
li {
    margin-bottom: 0.3em;
}
a {
    text-decoration: none;
}
