/* Default CSS */

.title { font-family: sans-serif;
font-weight: bold;
font-size: 300%;
color: white;
text-align: center;
background-color: maroon;
}

.side { font-family: sans-serif;
font-weight: bold;
color: white;
background-color: gray
}

BODY { margin-left:10%;
margin-right:10%;
font-family: serif;
background-color: gainsboro
}

H1, H2 { 
   font-family: sans-serif;
   text-align: left;
   color: darkblue; }

H3, H4 { 
   font-family: sans-serif;
   text-align: left;
   color: darkred; }

HR.std { align: center;
   width: 90% }

HR.mid { align: center;
   width: 50%;
   color: red }

code { color: green }

li { margin-bottom: 1em }

A.side { color: maroon }

blockquote { font-family: sans-serif }
