BODY { 
    padding-left: .5em;    
    font-family: Verdana, Arial, sans-serif;
    color: #000;
    font-size: 1.2em;
}

P { 
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 100%
}

P.footnote {
    font-size: 75%;
    margin-top: 0
}

P.line {
    margin-top: 2em;
    border-top-style: solid;
    width: 10em;
    border-top-width: 1px;
    font-size: 75%

}

SUP {
    font-size: 50%;
}


LI { 
    margin: 0;
    font-size: 100%
}


DATE {
    font-style: italic; 
}

H1 { 
    margin-top: 0; 
    margin-bottom: 1em; 
    font-size: 200%;
    color: #555;
}

H2 {
    margin-top: 2.5em; 
    margin-bottom: 0.25em; 
    font-size: 120%;
    color: #005;
    text-transform: uppercase;
}

H2.first {
    margin-top: 0;
}

H3 { 
    margin-top: 1em; 
    margin-bottom: 0; 
    font-size: 100%;
}

P, DATE, H3, H2, H1, OL, UL { 
    margin-left: 60px;
    margin-right: 130px;
}

P.epigraph {
   padding-left: 90px;
   font-size: 85%;
   font-style: italic;    
   margin-top: 0.5em;
   margin-bottom: 0;
}

P, DATE, OL, UL {
    font-family: Times, serif;
}

ADDRESS {
    border-top: 1px solid #555;
    margin-top: 7em; 
    padding-top: 0.5em;
    padding-left: 0;
    padding-right: 0.5em;
    font-size: 60%;
    color: #555;
    text-align: right;
}


A:hover {
   border-bottom: 1px dotted #005; 
}

A {
   text-decoration: none;
   color: #009; 
}

H3 A:hover {
   border-bottom: none;
}

H2 A:hover {
   border-bottom: none;
}

H3 IMG {
    margin-left: 1em; 
    border:0px;
    vertical-align: middle;
    width: 18px;
    height: 18px;
}

H2 IMG {
    margin-left: 1em; 
    border:0px;
    vertical-align: top;
    width: 18px;
    height: 18px;
}

IFRAME {
    width: 0;
    height: 0;
    border: none;
}

/* Floating Menu by CSS */
DIV.cssFloatMenu {  
    margin: 0;  
    position: fixed;
    top: 20px;  
    left: auto;  
    width: 130px;  
    right: 20px;
}

DIV.cssFloatMenu A, DIV.cssFloatMenu em { 
    display: block; 
    margin: 0 2px;
}

DIV.cssFloatMenu A, DIV.cssFloatMenu em { 
    border-top: 2px groove #555
}

DIV.cssFloatMenu A:first-child { 
    border-top: none
} 

DIV.cssFloatMenu EM {
    color: #555;
} 

DIV.cssFloatMenu EM:first-child { 
    border-top: none;
}

DIV.cssFloatMenu A:link { 
    text-decoration: none; 
    color: #009;
}

DIV.cssFloatMenu A:visited { 
    text-decoration: none; 
    color: #009;
}

DIV.cssFloatMenu A:hover { 
    background: #555; 
    color: white;   
    border-bottom: none; 
}
