body {
	background-color: #fffff;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #343434;
	border-bottom: 1px dotted #343434;
	font-weight: bold;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #343434;
	font-weight: bold;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #343434;
	font-weight: normal;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #343434;
	font-weight: normal;
}

h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #343434;
	font-weight: bold;
}

p, .normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #343434;
	font-weight: normal;
}

a[href^="http:"] {
	background: transparent url('extern-link.gif') 100% 50% no-repeat;
	padding-right: 11px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
	color: #343434;
	background-color: #dedede;
	text-decoration:none;
}
