/* CSS Stylesheet */

body {
margin: auto;
background-color: #FFFFFF;
font-family: Arial, Helvetica, sans serif;
font-size: 12px;
line-height: 14px;
color: #333333;
}

h1 {
font-size: 18px;
line-height: 26px;
color: #000000;
}

h2 {
font-size: 16px;
line-height: 18px;
color: #000000;
}

h3 {
font-size: 14px;
line-height: 16px;
color: #000000;
}

a {
color: #333333;
text-decoration: underline;
}


/* De divs */

#wrapper {
position: relative;
margin: 0 auto;
}

.noprint {
display: none;
}
