body
{
background-color:#e5e5e5;
color: #000000;
font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
background-color: black;
background-repeat:no-repeat;
background-size:100% 100%;
}
*::selection
{
background-color:#eeeeee;
}
*::-webkit-selection
{
background-color:#eeeeee;
}
*::-moz-selection
{
background-color:#eeeeee;
}

a
{
text-decoration:none;
color:inherit;
}
heading
{
font-size:4em;
/*font-style: oblique;*/
font-weight: 800;
}
/*img
{
max-width:100%
}*/
backimg
{
position : fixed;
top:0;
left:0;
alight:center;
z-index: -1;
opacity:0.95;

}
subheading
{
font-size:1.5em;
font-weight: 800;
}

boldtext
{
font-size:1.3em;
font-weight: 500;
/*font-style:oblique;*/
}

.spacer{
}

txt
{
font-size:1em;
font-weight: 600;
}
centered
{
position:absolute;
left:0;
right:0;
line-height:200%;
margin-left:auto;
margin-right:auto;
text-align: center;
max-width:1000px;

}