*,*:after,*:brefore{
	-webkit-box-shadow: border-box;
	-moz-box-shadow: border-box;
	-ms-box-shadow: border-box;
	box-shadow: border-box;
}
body{
	font-family: arial;
	font-size: 16px;
}


button{
	padding: 5px 10px;
	font-size: 16px;
}


      .buttonv {
        background-color: #1c87c9;
        border: none;
        color: white;
        padding: 20px 34px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 4px 2px;
        cursor: pointer;
      }


a.phpv {
    font-size:   14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
a.phpv:hover {
    color: #EEE;
    }

a.phpv2 {
    font-size:   11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    }
a.phpv2:hover {
    color: #EEE;
    }


#boxes{
      content: "";
      display: table;
      clear: both;
      }
      div{
      float:left;
/*      height:470px;  */
/*            width:318px; */
      width:70%;
      padding:0 10px;
      }
      h2{ 
      color: #000000; 
      text-align:left; 
      }






