/* Refer back to site.css */
.main {
  background-color: white; 
}

article 
{
  line-height: 1.5; 
  font-family: Verdana;
  -font-family: sans-serif;
  -max-width: 960px; 
}

article H1, H2, H3, H4
{
	font-weight: normal;
}

article p, pre
{
	margin-left: .5em;
	margin-right: .5em;
}

article pre 
{
    border: 1px dotted grey;
    padding: 1em;  
    background-color: #f2f2f2;
    overflow: auto;
    line-height: 1.2; 
    -font-size: smaller;
}

article code 
{
    padding: 0em .5em 0em .5em;  
    border: 1px dotted grey;
    font-size: larger;
}

