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

body {
	/*font-family: Arial, Verdana, sans-serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
	background-color: #000;
	font-size: 12px;
	line-height: 1.7em;
	padding: 0;
	margin: 0;
	/*text-align: center;*/
}

p {
	margin: .5em 0 .5em 0;
	text-align: justify;
}
a {
	color:#FF9900;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	/*letter-spacing: -.05em;*/
	margin: 0;
	padding: 0;
	line-height: 1em;
}


h1 {
	text-align: center;
	font-size: 35px;
	padding: 10px 0 10px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 25px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #660000;
	font-size: 16px;
	/*margin: 0px 0 20px 0;*/
	display: inline;	
}

h5 {
	font-size: 20px;
}