/*
Body and Layout
================================
*/

body
{
margin: 40mm 30mm 40mm 30mm;
background: white;
color: black;
font-size: 10pt;
font-family: helvetica, arial, verdana, sans-serif;
}


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

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

h1
{
font-size: 12pt;
}

h2
{
font-size: 11pt;
}

h3
{
font-size: 10pt;
}


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

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

/*

Below doesn't vlidate. Revisit before book launch.

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

*/