<style>
body {
background: silver;
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, #e6e9ee 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,#e6e9ee));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,#e6e9ee 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,#e6e9ee 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,#e6e9ee 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,#e6e9ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );
}
h1 {
font-family: impact, arial, helvetica, sans-serif;
}
h2 {
font-family: impact, arial, helvetica, sans-serif;
}
h3 {
font-family: impact, arial, helvetica, sans-serif;
}
h4 {
font-family: impact, arial, helvetica, sans-serif;
}
h5 {
font-family: impact, arial, helvetica, sans-serif;
}
h6 {
font-family: impact, arial, helvetica, sans-serif;
}