@charset "utf-8";
/* CSS Document */

body
{
background-image:url(images/background.png);
background-color:#000000;
background-position: bottom;
background-repeat:no-repeat;
}

P
{font: "Century Gothic";
font-size:17px;
font-weight:bold;
color:#FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
font: "Century Gothic";
color:#FFFFFF;
}

a:link {
color: #FFFFFF;
text-decoration:none;
}

a:hover {
color: #FFFFFF;
text-decoration:underline;
}

a:visited {
color: #66CC33;
text-decoration:underline;
}