/* CSS Document */
body
{
 background : #006;
 color : #fff;
 margin : 0;
 padding : 65px 5% 25px 5%;
 /* vertical-align : middle; */
}

a
{
 color : ddf;
}

a:visited
{
 color : lilac;
}

a:active
{
 color : yellow;
}

h1,h2,h3,h4,h5,h6
{
 font-family : Verdana, Helvitica, Arial, sans-serif;
 text-align : center;
}

h1
{
 font-size : 500%;
}
h2
{
 font-size : 400%;
}

p
{
 text-align : center;
}

p.lead
{
 margin-top : 40px;
}