/* CSS Document */

body {
	font-family: Georgia, serif;
	color: #000000;
	font-size: 12px;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #000000;	
}

h1 {
	font-size: 18px;
	color: #000000;	
}

h1 span {
	font-size: 16px;
	font-weight: normal;
	font-style: italic
}

h2 {
	font-size: 14px;
	color: #000000;	
}

h3, h4, h5, h6, h7 {
	font-size: 12px;
	color: #000000;	
}

#navigation {
	display: none;
}

#content a:after {
	content: " [" attr(href) "] ";
	font-size: smaller;
	text-decoration: none;
}


#footer {
	font-size: smaller;
	line-height: 5px;
}