@charset   "UTF-8";

/* Basic Elements */
h1 { margin: 10px 0 20px 0; }

h2
{
	margin: 10px 0 10px 0;
	color: #222;
	border: none;
}

h3
{
	margin: 10px 0 0 0;
	color: #444;
}

h4
{
	margin: 0;
	color: #555;
}

h5
{
	margin: 0;
	color: #666;
}

h6
{
	margin: 0;
	color: #777;
}

:link, :visited, :link:hover, :visited:hover, :link:active, :link:active
{
	color: #000;
	text-decoration: none;
}

/* Structural Elements */
#header ul { display: none; }

#footer
{
	position: absolute;
	bottom: 0px;
	color: #000;
}

A.top {	visibility: collapse; }
