body {
    background: #fff; 
    color: black;
    font-family: sans-serif;
    text-align: center;
    line-height: 1.4em;
}
blockquote {
    text-align: justify;
    font-style: italic;
    color: #666;    
}
q {
    font-style: italic;
}
hr.footer {
    clear: both;
    border: 0;
    border-bottom: 1px solid gray;
}
address {
    text-align: left;
    font-size: 80%;
}
table {
    line-height: 1.1em;
}
table caption {
    margin: 0.5em 0;
    font-size: 120%;
}
table th {
    text-align: center;
}
h2 {border-bottom: 1px solid black;}

h1,h2,h3,h4,h5,h6 {
    font-family: serif;
    padding-top: 0.4em;
    line-height: normal;
}
pre {
    padding: 0.5em;
    padding-bottom: 1em;
    line-height: 1.4em;
    border: 1px solid #ddd;
    background-color: #eee;
    width: 100%;
    overflow: auto;
}
@media print {
    pre { 
        font-size: 100%;
        white-space: pre-wrap;       /* css-3 */
        white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
        white-space: -pre-wrap;      /* Opera 4-6 */
        white-space: -o-pre-wrap;    /* Opera 7 */
        word-wrap: break-word;       /* Internet Explorer 5.5+ */
    }
}

.entry-title {
    font-size: 230%;
    font-weight: bold;
    margin-bottom: 2em;
    text-align: center;
}

.entry-title a {
    color: black;
    text-decoration: none;
}
.entry-title a:hover {
    border-bottom: 1px solid gray;
}

.entry-summary {
    position: relative;
    margin: auto;
    padding: 0.5em;
    margin-bottom: 3em;
    max-width: 40em;
    background-color: #ffc;
    border: 1px solid #aa8;
    border-left-color: #ffc;
    border-right-color: #ffc;
    text-align: justify;
}
* html .entry-summary {
    width: 40em;
    width: expression(
        ( (document.compactMode && document.compactMode=='CSS1Compat')? 
	  document.documentElement.clientWidth : document.body.clientWidth 
	) > (660/12) * parseInt(document.body.currentStyle.fontSize)? "40em" : "auto" 
    );
	
}
.entry-summary:before {
    content: 'Summary';
    display: block;
    padding-bottom: .5em;
    font-family: serif;
    font-style: italic;
    color: #099;
}
.entry-content {
    max-width: 45em;
    margin: auto;
    padding-bottom: 3em;
    text-align: left;

}
* html .entry-content {
    width: 45em;
    width: expression(
        ( (document.compactMode && document.compactMode=='CSS1Compat')? 
	  document.documentElement.clientWidth : document.body.clientWidth 
	) > (740/12) * parseInt(document.body.currentStyle.fontSize)? "45em" : "auto" 
    );
	
}

.hl {
    background-color: yellow;
}
