/* Main body */
h1 { 
   position:relative;  
   text-align:left; 
   vertical-align:middle; 
   border-bottom:#222 1px dotted;
   font-size: 32px;
   font-weight: normal;
/*   border-top:#222 1px solid; */
}
/*h2 { font-size:18px; font-weight:normal; background:#333; color:#eee; width:50%; }*/
/*h2 { font-size:18px; font-weight:normal; width:50%; position:relative; border-bottom:#222 1px dotted; }*/
h2 { font-size:20px; font-weight:normal; width:75%; position:relative; }
h3 { font-size:16px; font-weight:normal; position:relative; }
   
/*table             { width:90%; table-layout:fixed; vertical-align:top;}*/
body  { 
   left:2.5%; right:2.5%; position:absolute; 
   COLOR:#222; background: #eee; 
   TEXT-ALIGN: left; 
   FONT-FAMILY: "Minion Pro", Georgia, "Times New Roman", Times, serif; 
   FONT-SIZE: 14px;
}

td { FONT-FAMILY: "Minion Pro", Georgia, "Times New Roman", Times, serif;  FONT-SIZE: 14px; }

img   { border:0; }
 
/* Links */
a                 { color:#aa0000; text-decoration:none; }
a:active, a:hover { text-decoration: underline; }

div.header        { left:12.5%; position:absolute; width:75%; text-align:left; vertical-align:middle; }

.locator          { font-style: italic; }
.author           { }
.source           { font-style: italic; }
.source a         { color: #005500; }
.git              { color: blue; }

div.title         { text-align: center; font-size: 32px; font-weight: normal; letter-spacing: -1pt; border-bottom:#222 1px solid; height:26pt; }
