 .centerDiv {
     width: 80%;
      height:min-200;
      overflow:hidden;
       margin: 0 auto; 
    }   
     
 #menu {
      float:left;
      margin:2px 10px 2px 5px;"
    }  
		 
		 a {
       color:#666666;text-decoration: none;
       font-size:120%;
       }
a:hover{color:red;text-decoration: none;}
		 
		 h2 { 
			 color: #666666;
		 }
 .tex1 {
       color:#663300;
       font-size:150%; 
        padding: 5;
       } 
 .tex2 {
       color:#333333;
       font-size:100%; 
        padding: 5;
       }
 
a.mu:link{color:#000000;text-decoration: none;}
a.mu:visited{color:#000000;background:#000000;text-decoration: none;}
a.mu:hover{color:#FFFF00;text-decoration: none;}
a.mu:active{color:#000000;text-decoration: none;}     


.effectfront {
  border: none;
  margin: 0 auto;
  padding:5px;
  max-width:150px;
  display:inline-block;
  float:left; 
}
.effectfront:hover {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}  

#cmenu {  
padding:10% 10% 10% 10%;
text-align:center;
background-color:#888;
background-image: url("images/sBak.jpg");
background-size: cover;
overflow:auto;
}    

 @media all and (max-width: 600px) {
    .slim {    
    width:200px;
    margin: 0 auto;
    }
}

   
.gallery{
display:inline-block;
width:100%;
background-color:#ccc;
margin:0;
padding:5px;
}

 
a {
 width:100%;
 height:100%;}
a {
	color: #FFF;
}
a:hover {
	color: yellow;
	text-decoration: underline;
}
.thumbnails img {
	height: 80px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 4px solid #00ccff;
	cursor:pointer;
}

.preview {
 display:inline-block;
 width:100%;
 height:100%;   
 }
 
.preview img {
	border: 4px solid #444; 
	max-height: 90%;
    max-width:90%;
}
 
 .viewx {
      cursor: text;
      }
      
      
 a.afro:link,a.afro:visited,a.afro:active
{
display:inline-block;
font-size:18px;
font-weight:bold;
color:#000000;
background-color:#E9D3C0;
width:122px;
text-align:center;
padding:5px;
margin:2px;
text-decoration:none;
}
a.afro:hover
{
background-color:red;
}/* CSS Document */