/*
Title: /4.7
Author: Christopher Murphy + Nicklas Persson
*/

/*
Body and layout.
*/


body
{
margin: 10mm 30mm 40mm 30mm;
background: white;
color: black;
font-size: 10pt;
font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-Serif;
}


/*
Typography
================================
*/

p
{
margin: 0 0 15pt 0;
padding: 0px;
}

h1
{
font-size: 12pt;
margin: 20mm 0 0 0;
}

h2
{
font-size: 11pt;
}

h3
{
font-size: 10pt;
}


/*
Links
================================
*/

a:link, a:visited
{
color: blue;
text-decoration: none;
}

#container a:link: after, #container a:visited: after,
{
content: " (" attr(href) ")";
}


/*
Hide
*/

#sidebar
{
display: none;
}

