body
{
   font-family      : "Lucida Console, Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   margin           : 2em 2em 1em 2em;
   background-color : white;
   text-align       : left;
}

#Content
{
   text-align       : justify;
   border           : #303030 2px dashed;
   background-color : #f0f0f0;
   padding          : 1ex 2em 1ex 2em;
}


#sky
{
    position          : absolute;
    top               : 4ex;
    right             : 1em;
    width             : 160px;
}
    
#article
{   
    position         : relative; 
    border-top       : #006666 2px dotted;
    border-right     : #006666 2px dotted;
    border-bottom    : #006666 2px dotted;
    border-left      : #006666 2px dotted;
    padding          : 2ex 1em 2ex 1em; 
    margin-right     : 176px;
    background-color : blanchedalmond;
}      


h1
{
   font-size       : 140%;
}

p
{
   font-size       : 80%;
}

a
{
   font-weight     :  900;
   text-decoration : none;
}

a:hover
{
   /* text-decoration : underline; */
   border-bottom   : #202020 1px dotted;
}

dt
{
   font-size       : 90%;
}

dd
{
   font-size       : 60%;
}

.Title
{
   font-variant    : small-caps;
}

.Author
{
   font-size       : 70%;
   font-style      : italic;
}

.little
{
   font-size       : 70%;
   font-stretch    : ultra-expanded;
   letter-spacing  : 3px;
   font-variant    : small-caps;
}

.Navigation
{
   font-size       : 60%;
   margin-bottom   : 4ex;
}

.BlockQuote
{
   padding-left    : 3em; 
   padding-right   : 3em; 
}

.White
{
   font-size       : 60%;
   background-color: white;
   text-indent     : 3em;
   margin-left     : 5em;
   margin-right    : 5em;
   padding         : 2px 4px 4px 4px;
   margin-bottom   : 5ex;
}

.Comments
{
   font-size       : 70%;
   text-indent     : 0;
   padding-top     : 2ex;
}

ol
{
   font-size       : 80%;
}
