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

}
#container {

}
#alternativeContent
{

}

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 {
}


