/* Tree Zz-content Style Sheet */
body
{
color: #000000;
background-color: #FFFFFF;
width: 15.5cm;
margin-left: 3cm;
margin-right: 2.5cm;
margin-top: 3cm;
text-align: left;
text-decoration: none;
font-family: Arial,Sans-serif;
font-size: 100%;
font-weight: normal;
font-style: normal;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,blockquote
{
font-family: Arial,Sans-serif;
}

/* Elements font relative size */
h1{font-size: 2.5em}
h2{font-size: 2.2em}
h3{font-size: 1.9em}
h4{font-size: 1.6em}
h5{font-size: 1.4em}
h6{font-size: 1.2em}
p,ul,ol,code,blockquote{font-size: 1.2em}
/* 'pre' size to ensure acceptable appearance  in both Firefox and IE */
pre{font-size: 1.35em}

/* Elements descendents to ensure the same font size as parents with Markdown conversion */
ul ul{font-size: 1.0em}
ul p{font-size: 1.0em}
ol ol{font-size: 1.0em}
ol p{font-size: 1.0em}
blockquote p{font-size: 1.0em}
pre code{font-size: 1.0em}
