/* CSS Document */
body
{
background: #006fa8;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006fa8', endColorstr='#002b3e'); 
background: -webkit-gradient(linear, left top, left bottom, from(#006fa8), to(#002b3e));
background: -moz-linear-gradient(top,  #006fa8,  #002b3e); 
	height:850px;
	padding-bottom:20px;
}
h1
{
    font-size:2em;
    text-align:center;
    color:gold;
}
h2
{
    font-size:2em;
    text-align:center;
    color:#ffffff;
}
a
{
    color:#ffffff;
    font-size: 1.1em;
    line-height:2em;
}
    a:hover
    {
        color: gold;
    }

@media (max-width:767px)
{
h1
{
    font-size:1.5em;
}
}


