/* CSS Document */
html, body, #container  {
    height:100%; 
}
body  {
    margin:0; 
    padding:0; 
    overflow:hidden;
    font: 11px Arial, sans-serif;
    color: #ffffff;
    background-color: #000000;
}
#myAlternativeContent  
{
    margin:20px;
}

h1 {

}

h2 {

}

p {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
    text-decoration: underline;
}

a:active {
}

