/* For some info about style sheets see:                                                                                                                                                                                  
   http://www.htmlhelp.com/reference/css/properties.html                                                                                                                                                                  
                                                                                                                                                                                                                          
   http://www.w3.org/Style/Examples/011/firstcss                                                                                                                                                                          
   explains how to use style sheets to put in a nav bar on the left                                                                                                                                                       
*/                                                                                                                                                                                                                        
                                                                                                                                                                                                                          
/*body         { font-family: Arial,sans-serif; font-size: small; background-color: #6699FF; color: Navy }*/                                                                                                              
body         { font-family: Arial,sans-serif; font-size: large; background-color: #FFFFEE; color: Black }                                                                                                                 
h1 { font-family: Arial,sans-serif }                                                                                                                                                                                      
h2 { font-family: Arial,sans-serif }                                                                                                                                                                                      
h3 { font-family: Arial,sans-serif }                                                                                                                                                                                      
li           { margin-top: 1ex }                                                                                                                                                                                          
ul           { padding-left: 2em }                                                                                                                                                                                        
ul           { list-style-type: square }                                                                                                                                                                                  
a:link       { color: Navy }                                                                                                                                                                                              
a:visited    { color: Purple }                                                                                                                                                                                            
a:hover      { color: Purple; text-decoration: underline }                                                                                                                                                                
p.bottom     { font-size: x-small; text-align: center }                                                                                                                                                                   
tt           { font-size: medium; font-family: Courier New, monospace }                                                                                                                                                   
th           { vertical-align: top; text-align: left; white-space: nowrap }                                                                                                                                               
td           { vertical-align: top; text-align: left; white-space: nowrap }                                                                                                                                               
b.lg         { font-size: medium }                                                                                                                                                                                        
P { padding-left: 1.5em }
