/* 
    Windows to the Universe 
    Print Style - Version 1.1 
    
    1. Whitewash Background 
    2. Hiding Elements 
    3. Typography 
    4. Links 
    5. Layout 
*/ 

/* 1. Whitewash Background -----*/ 
body {    background: white;    } 
#frame { 
    width: auto; 
    margin: 0 2%; 
    padding: 0; 
    border: 0; 
    float: none !important; 
    color: black; 
    background: transparent; 
    } 

/* 2. Hiding Elements -----*/ 
div#level_buttons, 
div#search_form, 
ul#topnav, 
div#column_left, 
div#column_right, 
div#cycle_links, 
div#obscure_word_def, 
div#footer,
div#adsense_content { display:none; } 

/* 3. Typography -----*/ 
body { font-family: Georgia, "Times New Roman", Times, serif; font-size:12pt; line-height:16pt; color:#000; } 
h1 { border-bottom:2pt solid #666; padding-bottom:5pt;font-size:14pt; } 
h2 { padding-bottom:5pt;font-size:14pt; } 
ul { list-style:square; } 
img { border:1px solid #ccc; } 

div#nesta_blurb { font-style: italic; } 
div#cycle_text { font-size:10pt; line-height:14pt; color:#000; } 

/* 4. Links -----*/ 
a:link, 
a:visited, 
a:after, 
a:active { text-decoration:underline; color:#0066cc; } 
    
/* 5. Layout -----*/ 