/* *************************************************************

   PCstyle1.css - This is a CSS3 style sheet for ProfessorClick.org
                                                                   
   ************************************************************** */


body
   {
   background-color:#005796;
/*   
   background-image: url('bubbles2.jpg');
   background-repeat: no-repeat;    
   background-attachment: fixed;  
   background-size:cover;
*/   
/*
   width:100%;
   padding:0px;
*/   
   }

            
.topz2 
    {
    border-radius:25px;  
    width:80%; 
    text-align:center;
    padding:0px;
    margin:auto;
    }   
    
.thing
    {
    border-radius:25px;  
    width:80%; 
    text-align:center;
    padding:0px;
    background-color:#FFFFFF;
    font-family:courier;
    font-size:medium; 
    font-weight:bold;
    color:green;
    margin:auto;
    }     
    
.footer
    {
    border-radius:25px;  
    width:80%; 
    text-align:center;
    padding:0px;
    font-family:courier;
    font-size:.8em; 
    font-weight:bold;
    color:#FFFFFF;
    margin:auto;
    background-image: url('bubbles1.jpg');
    background-repeat: no-repeat;    
/*   background-attachment: fixed; */ 
    background-size:cover;
    }          
    
.textAlienStyle
   {
   max-width:80%;  
   border-radius:15px;
   min-height:50px;
   width:40%;
   font-family:wingdings;
   font-size:large;    
   }  
   
.textHumanStyle
   {
   max-width:80%;  
   border-radius:15px;
   min-height:50px;
   width:40%;
   font-family:courier;
   font-size:x-large;   
   color:darkblue;
   background-color:#FFFFCC;
   }     
   
.textStyleB
   {
   max-width:80%;  
   border-radius:5px;
   min-height:25px;
   font-weight:bold;
   }     
   
.submitAlienStyle
   {
   border-radius:15px;
   min-height:50px;
   background-color:yellow;
   color:blue;
   width:40%;
   font-family:wingdings;
   font-size:large;  
   }   
   
.submitHumanStyle
   {
   border-radius:15px;
   min-height:50px;
   background-color:#009933;
   color:#FFFFFF;
   width:40%;
   font-family:courier;
   font-weight:bold;
   font-size:.9em;  
   }      
.giant
   {
   font-size:xx-large;
   font-weight:bold;
   }
            
     


         a:link{text-decoration:underline; color:#121212;}
         a:visited{text-decoration:underline; color:#181818}
         a:hover{text-decoration:underline; color:#E3372E;}



