body{
    background: greenyellow;
    font-family: Arial, sans-serif;
    font-size: 12pt;
}
section{
    background: white;
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 2em 2% 1em 2%;
}

footer{
    width: 90%;
    margin: 0 auto;
    padding-top:1em;
}

h1{
    font-size:2.5em;
    font-weight: bold;
    text-shadow: 2px 2px #ccc;
}

p, li{
    line-height: 1.8em;
}

code{
    font-family: monospace;
}

/* Special formatting section */
.large{
    font-size: 1.4em;
}

.spread li{
    padding: .2em 0;
}

.center{
    text-align: center;
}

.right{
    float: right;
    margin-top: -5em;
}

.alignRight{
    text-align: right;
}


.clear{
    clear:both;
}

.upOne{
    margin-top: -1em;
}

.italics{
    font-style: italic;
}

.bold{
    font-weight: bold;
}

/*Navigation CSS */
nav{
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
}

nav ul, footer ul{
    list-style-type: none;
    margin:0;
    padding:0;
}

nav a, .a{
    display: block;
    width: 90px;
    height: 15px;
    padding: 10px 5px 20px 5px;
    background: #ccc;
    text-align:center;
    text-decoration: none;
}

nav li{
    float: left;
    margin: 0 2px;
}

nav a:hover, .a:hover{
    background: blue;
    color: white;
    font-size:1.2em;
}

#tableAssessment td{
    border: 5px groove #ccc;
    padding: 5px;
}

#tableMarker td{
    padding: 5px;
}

#box{
    width: 536px;
    margin: 0 auto 10px auto;
}

.act, .inf{
    border:3px greenyellow groove;
    margin-top:-6px;
    display: block;
    width: 150px;
    height: 15px;
    padding: 10px 5px 20px 5px;
    background: #ccc;
    text-align:center;   
    margin: -10px auto 0 auto;
}

.act a, .inf a{
    text-decoration: none;
}

#imggallery{
    width: 320px;
    margin: 0 auto;
    text-align:center;
}

pre{
    width:60%;
    margin:0 auto;
    background: gainsboro;
    border:2px solid red;
    padding-left:3em;
}

.quote{
    width:80%;
    margin:10px auto;  
    font-size: 1.1em;
    text-align: center;
}




@media all and (max-width: 1200px){
    nav{
    width: 90%;
    margin: 0 auto;
    font-size: .8em;
    }
    
    nav a{
    display: block;
    width: 70px;
    height: 10px;
    padding: 10px 5px 20px 5px;
    background: #ccc;
    text-align:center;
    text-decoration: none;
    }
  
}

@media all and (max-width: 1000px){
    nav{
    width: 90%;
    margin: 0 auto;
    font-size: .5em;
    }
    
    nav a{
    display: block;
    width: 60px;
    height: 10px;
    padding: 10px 5px 20px 5px;
    background: #ccc;
    text-align:center;
    text-decoration: none;
    }
  
}



@media all and (max-width: 900px){
    
    nav{
    width: 90%;
    margin: 0 auto;
    font-size: 1.0em;
    }
    
    nav li{
    clear:both;
    margin: 2px 0;
    width: 100%;
    }
    
    
    nav a{
    width: 100%;
    height: 1px;
    background: #ccc;
    text-align:center;
    text-decoration: none;
    }
    
    nav a:hover{
    background: blue;
    color: white;
    }
    
    .act, .inf{
    border:0px groove greenyellow;
    margin-top:0;

}
    
    footer{
    width: 100%;
}

}

