/* default display */
html { 
        background-color: white; 
        
}

body  { font-family: "Gill Sans", arial, helvetica, sans-serif; 
        text-align: justify;
	font-size:16pt;
        background: white url('/images/virtual_worlds_logo.png') no-repeat;
	color:#444444;
        padding-top: 120px;
        
      }
        
img { border:0 }

.secondnav{
	display:none;
}


.topnav {  display:none; }

.work { 
           padding-top: 120px;
	   margin-top: 3cm;  
	   padding-right: 8%;
           padding-left: 8%;
           
	   display:block;
	   float: left;
	   background-color: white;
        }

.footer {
	display:none;
        }
/* turn off underlined links */
a { text-decoration: none; border:1px; padding: 1px}

a:hover { background-color: #b99; color: white;/* border:1px solid #333;*/ padding:1px }

h1 { 
	font-size:140%; 
        font-weight:normal; 
        text-transform:uppercase; color:black; text-align:left;
    }
    
h1:first-letter{ color:red; font-size:115%; }

h2 {   font-size:130%; 
       font-weight:normal; 
       text-transform:uppercase; color:black; text-align:left;
       page-break-before : always;
        padding-top: 120px;
        
   }
h2:first-letter{ color:red; font-size:115%; } 

h3 {  font-size:110%; font-weight:normal; text-transform:uppercase; color:black; 
      text-align:left;
      page-break-before : always; 
      }
h3:first-letter{ color:red; font-size:115%; } 

.rss { display: none; }
}
