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

/* links */
a {
	text-decoration: none;
	color: #2376b5;
	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;
}
h1 {
	font-size: 18px;	
	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: 20px;
	display: inline;
	height: 18px;
}
h3 a:hover{
	color: #646464;
}
h4{
	font-size: 16px;
	display: inline;
	color: #FFF;
}
h5{
	font-size: 16px;
	display: inline;
	color:#2376b5;
}
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;
}
