@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	padding: 5px;
	background: #1E1E1E;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color:#ABABAB;
	}

@font-face {
	font-family: 'MisoRegular';
	src: url('miso/miso-webfont.eot');
	src: local('?'), url('templates/bridgeofhope/css/miso/miso-webfont.woff') format('woff'), url('templates/bridgeofhope/css/miso/miso-webfont.ttf') format('truetype'), url('templates/bridgeofhope/css/miso/miso-webfont.svg#webfontA4ZOCCxS') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1	{
	text-transform: uppercase;
	font-family: 'MisoRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	letter-spacing: 4px;
	line-height: inherit;
	color:#E6E6E6;
	padding:7px;

}

a {
	color: #A3620A;
	}
