﻿body {
	font-family:Arial,Trebuchet MS,Trebuchet,Verdana,Helvetica,sans-serif;
	line-height:20px;
	font-size:100%;
	color:#222;
}
h1,h2,h3,h4,h5,h6,p,table {
	margin:10px 0;
	margin-left:20px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Trebuchet MS,Trebuchet,Verdana,Arial,Helvetica,sans-serif;
	font-size:150%;
	line-height:40px;
	color:#333;
	margin-left:0;
}
h1 {
	font-size:175%;
}
#content-secondary {
	font-size:85%;
}

.incidental {
	font-size:85%;
}
p.incidental {
	line-height:18px;
}
#footer {
	font-size:85%;
}
/* links in headlines should stay normal text color and decoration */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color:#333 !important;
	text-decoration:none;
}