BODY {
   background: #CC9;
   font-family: "Trebuchet MS", Skia, Geneva, sans-serif;
   color: #330;
   margin: 1em;
}

img {
   margin-left: 10%;
}

img.title, img.button {
   margin-left: auto;
}

H1, H2, H3 {
   display: compact;
   margin-right: 0.5em;
}
    
H1 { 
   font-size: 2.25em;
}

H2 { 
   font-size: 1.25em;
}

H1.secondLine {
    font-size: 1.5em;
    margin-top: -0.75em;
    font-weight: normal;
}

A {
   font-weight: bold;
}
A:link    { 
   color: #930;
   text-decoration: none;
}
	    
A:active, A:hover  { 
   color: #C60; 
   background: #FF9;
   text-decoration: none;
}

A.title:link, A.title:active, A.title:hover, A.title:visited {
   text-decoration: none;
   background: #CC9;
   color: #CC9;
}
	    
A:visited { 
   color: #C60; 
   text-decoration: none;
}

.list {
   font-family: Verdana, Arial, sans-serif;
   font-size: 1.0em; 
   line-height: 1.1em;  
}

.explan {
   text-indent: 5%;
}

.highlight {
   color: gray;
}

.codeblock {
    font-size: 0.85em;
    background: #663;
    color: #FFF;
    margin-left: 5.5em;
    padding: 1.5em;
}

.maintitle {
   font-size: 3.25em;
}

.smalltitle {
   font-size: 2em;
}

