body {
	font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}
.line_black {
	padding: 2px;
	background: #333333;
}
#line_orange {
	padding:10px;
	background: #FF9304;		
}
h1 {
	font-size: 4vw;
	max-font-size: 2em;
}
h2 {
	font-size: 3.5vw;
	max-font-size: 2em;
}
h3 {
	font-size: 2.5vw;
	max-font-size: 2em;
}
h4 {
	font-size: 2vw;
	max-font-size: 2em;
}
h5 {
	font-size: 1.5vw;
	max-font-size: 2em;
	padding-bottom: 15px;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	color: #333333; 
}
h2, h3, h4, h5 {
	font-weight: normal;
}
/* unvisited link */
a:link {
	color: #333333;
}

/* visited link */
a:visited {
	color: #333333;
}

/* mouse over link */
a:hover {
	color: #333333;
}

