@charset "utf-8";
/* CSS Document */

/*
Body and Layout
*/

body
{
font-family: Georgia, serif;
font-size: 10pt;
color: black;
background: white;
width: auto;
margin: 0 10%;
}


/*
Hide
*/

#sidebar1
{
display: none;
}

#ads
{
display: none;
}
/*
Typography
*/

h1
{
font-size: 18pt;
}

h2
{
font-size: 16pt;
}

h2
{
font-size: 14pt;
}

h4
{
font-size: 10pt;
}

p
{
margin: 0 0 5pt 0;
}


/*
Links
*/

/*a:link, a:visited
{
color: black;
text-decoration: none;
}

a:link:after, a:visited:after
{
content: " (" attr(href) ") ";
color: #CCCCCC;
font-size: 80%;
}*/