/* CSS Document */
html, body, #container  {
   /* height:100%; */
}
body  {
    margin:0; 
    padding:0; 
   /* overflow:hidden; */
    font: 12px Arial, sans-serif;
    color: #ffffff;
    background-color: #18191e;
}
#container {
    height: 1800px;
}
#alternativeContent
{
    margin:20px;
}

h1 {

}

h2 {

}

p {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a:active {
}

