

h2 {

  margin:300px auto;
  width:300px;
  height: 50px;

background: rgb(90,90,90);                                

background: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(48,64,127)), to(rgb(22,92,164)));
background: -moz-linear-gradient(rgb(48,64,127), rgb(22,92,164));
background: linear-gradient(rgb(48,64,127), rgb(22,92,164));
background: -o-linear-gradient(rgb(48,64,127), rgb(22,92,164));
-pie-background: linear-gradient(rgb(48,64,127), rgb(22,92,164));   
     
	border:1px solid #e1e1e1;
	border-radius: 5px;
	
	text-align:center;
	
     
     
}

h2 a {

display:block;
width:300px;
height: 38px;
padding-top:12px;
font-size: 18px;
color:#fff;
text-decoration:none;


}

