a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a { color: Black; }


body {
	margin: 0px;
	padding: 0px;
	background: White;
	color: Black;	
}

#menu2, #animation, #print {
 display: none;
}

#header {
 height: auto;
 width: auto;
}

#header, #content, #container, #wrapper, #articles {
 margin: 0px;
 padding: 0px;
}

#footer {
 border-top: 1px solid black;
 text-align: center;
}

#footer p {
 text-align: center;
}

p.back {
 display: none;
}


