<html>
<style type="text/css">
    /* Paragraph text */
    P  { font-family : Courier New; font-size : medium; font-weight : normal; 
         font-style : normal; color : Black; margin-left: 0.5in;
         margin-top: -10px; line-height: 20px }
    /* H1 Text Sea Green*/
    H1 { font-size : 40px; font-family : Impact; font-weight : bold; 
         font-style : normal; color : #238E68 }
    /* H2 Text Sky Blue*/
    H2 { font-size : 30px; font-family : Calisto MT; font-weight : bold;
 	     font-style : normal; color : #3299CC; }
    /* H3 Text Steel blue*/ 
    H3 { font-size : 18px; font-family : Calisto MT; font-weight : bold;
 	     font-style : normal; color : #236BBE; }
    /* H4 Text Midnight blue */     
    H4 { font-size : 12px; font-family : Calisto MT; font-weight : bold;
 	     font-style : normal; color : #2F2F4F; }
    /* H5 Text Dark Green */
    H5 { font-size : 10px; font-family : Arial Narrow; font-weight : normal;
  	     font-style : normal; color : #663366; }         
    /* Per formatted text */
    PRE { font-size : 6pt; font-weight : normal; 
          font-style : normal; color : #444444; margin-left: 5px;
          margin-top: -5px;}
                  
    B, STRONG { font-weight: bolder }                           /* relative to the parent */
    I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
    PRE, TT, CODE, KBD, SAMP { font-family: monospace }         
     
    EM { margin-top: -105px; font-family : Calisto MT; }        /* Empahsis element */

    HR { border-top: solid }        /* 'border-bottom' could also have been used */
	
    A:link { color: #3333ff }          /* unvisited link */
    A:visited { color: #009933 }        /* visited links */
    A:active { color: #cc3366 }        /* active links */

    /* setting the anchor border around IMG elements requires contextual selectors 

    A:link IMG { border: 2px solid blue }
    A:visited IMG { border: 2px solid red }
    A:active IMG { border: 2px solid lime } */
    
    UL, DIR { list-style: disc }
    OL { list-style: decimal }
    
    ADDRESS { margin-left: 3em }
    BLOCKQUOTE { margin-left: 3em; margin-right: 3em }    
    
    MENU { margin: 0 }              /* tight formatting */
    LI { margin-left: 3em }
    DT { margin-bottom: 0 }
    DD { margin-top: 0; margin-left: 3em }
    
    BODY  { background : #D9D9F3; 
            background-attachment: fixed;
          }
            
    /* Formatting Model : Margin - Border - Padding - Content */            
    
    { line-height : normal                        ;
      font-variant : normal                       ;
      background-attachment : scroll              ;
      letter-spacing : normal                     ;
      text-indent : 4pt                           ;
      word-spacing : normal                       ;
      white-space : normal                        ;
      margin-top : auto                           ;   /* Box element margins */
      margin-right : auto                         ;   
      margin-bottom : auto                        ;   
      margin-left : auto                          ;   
      padding-top : 2px                           ;   /* Space between border and element */
      padding-right : 2px                         ;   
      padding-bottom : 2px                        ;   
      padding-left : 2px                          ;   
      border : #FF0000                            ;   /* Medium Red [lite crimson] */
      border-style : dotted                       ;   /* Box border properties */
      border-top-width : thin                     ;
      border-right-width : thin                   ;
      border-bottom-width : thin                  ;
      border-left-width : thin                    ;
      clip : rect(   )                            ;
      Position : Absolute                         ;
      Text-Align : Left                           ;
      List-Style-Type : None                      ;
      Font-Family : Courier New                   ;
      Font-Size : Small                           ;
      Font-Style : Normal                         ;
      Font-Weight : Normal                        ;
      Vertical-Align : Baseline                   ;
   }            
</style>
    
<body>
</body>
</html>
