/* This is the style of your browser text */

p {
	margin: .5em 0 1em 0;
}

/* links */
a {
	text-decoration: underline;
	color: #009CCA;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	/* background: inherit; */
	color: #505050;
}

/* headers */
h1, h2, h3, h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 14px;	
	color: #505050;
	display: inline;
}
h2 {
	font-size: 18px;
    display: inline;
	color: #505050;
}

h2 a {
	color: #0095bf;
	text-decoration: none;	
}
h2 a:hover {
	color: #7a7a7a;
	text-decoration: none;	
}
h3{
	font-size: 16px;
	display: inline;
	color: #69b340;
}

h4{
	font-size: 20px;
	display: inline;
	height: 18px;
}
h4 a:hover{
	color: #69b340;
}
h5{
	font-size: 16px;
	display: inline;
	color:#0095bf;
}
h5 a{
	color:#FFFFFF;
	text-decoration: none;
}
h5 a:hover{
	color:#CCCCCC;
}
h6{
	font-weight: bold;
	color:#82B838;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
