Top
Home



<style>

a.,
a.:visited {
text-align:center;
float:left;
background-color: ;
color: ;
text-decoration:none;
-webkit-transform: ;
-moz-transform: ;
-o-transition: ;
transform: ;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

a.:hover,
a.:focus,
a.:active {
color:;
background-color:;
z-index: 999;
border-color: #6A6A6A;
-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
-webkit-transform: ;
-moz-transform: ;
-o-transition: ;
transform: ;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

/* STYLE BUTTON DETAILS HERE */
a.,
a.:visited {
width:160px;
font-size:14px;
padding: 5px 0px 5px 0px;
font-family:sans-serif;
margin:2px;
margin-top:2px;
}

</style>