@charset "utf-8";
/* CSS Document */


body {
	background-image: url(../images/pattern.jpg);
}
.h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	letter-spacing: -1px;
	font-weight: normal;
}

.h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	letter-spacing: -1px;
	font-weight: normal;
}

.h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	letter-spacing: -1px;
	font-weight: normal;
	padding-left:20px;
}

.main_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #f7f7f7;
	letter-spacing: -0.5px;
	font-weight: normal;
}

.main_text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #f7f7f7;
	letter-spacing: -0.5px;
	font-weight: normal;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}






.pichover {

  height: 200px;
  width: 200px;
  overflow: hidden;
   
  }


/*GROW*/
.grow img {
  height: 200px;
  width: 200px;
 
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
 
.grow img:hover {
  width: 240px;
  height: 240px;
}