@charset "UTF-8";
h1 {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
	color: #000;
}
h2 {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #556060;
}
h3 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #556060;
}

a:link {
	margin: 3px;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-size: 1em;

}
a:visited {
	margin: 3px;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	font-size: 1em;
	
}
a:hover {
	margin: 3px;
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	font-size: 1em;	
}
a:active {
	margin: 3px;
	padding: 5px;
	text-decoration: none;
	color: #0000FF;
	font-size: 1em;
}

.text {
	font-size: 1em;
}
.s_text {
		font-size: .90em;
}
	
.footer {
	font-size: .75em;
}
	#footer a:link {
	font-size: 0.75em;
	color: #666666;
}

